First commit
[cpp_sandbox.git] / Sandbox / CostOfUsingStatic.h
1 #pragma once
2
3 namespace CostOfUsingStatic
4 {
5 void tests();
6 }
7