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