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