xref: /llvm-project/clang/test/Modules/Inputs/odr_hash-Unresolved/function.h (revision 719757039fc4e4f3318d6999b2d5b2787f6838f6)
1 #ifndef Function
2 #define Function
3 namespace A {
Check(int *,int)4 static void Check(int*, int) {}
5 }
6 #endif
7