xref: /llvm-project/clang/test/Modules/Inputs/preprocess/c.h (revision c5247e67e8bcab7c813ce7c52328472149124e10)
1 #ifndef C_H
2 #define C_H
3 using T = int;
4 #endif
5