Clang Project
clang_source_code
/
test
/
Profile
/
Inputs
/
profiled_header.h
1
void function_in_header(int i) {
2
if (i) {}
3
}
4