Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
import-textual
/
M
/
someheader.h
1
#ifndef C_GUARD
2
#define C_GUARD
3
4
typedef int myint;
5
6
#endif
7