]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Modules/Inputs/odr_hash-Unresolved/function.h
Vendor import of clang trunk r338150:
[FreeBSD/FreeBSD.git] / test / Modules / Inputs / odr_hash-Unresolved / function.h
1 #ifndef Function
2 #define Function
3 namespace A {
4 static void Check(int*, int) {}
5 }
6 #endif