1 #ifndef Function
2 #define Function
3 namespace A {
Check(int *,int)4 static void Check(int*, int) {}
5 }
6 #endif
7