Clang Project
clang_source_code
/
test
/
Index
/
Inputs
/
prefix.h
1
#ifndef PREFIX_H
2
#define PREFIX_H
3
int foo(int);
4
#endif
5