Clang Project
clang_source_code
/
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
7