unplugged-vendor/external/llvm-project/clang/test/Modules/Inputs/preprocess/c.h

5 lines
46 B
C
Raw Normal View History

#ifndef C_H
#define C_H
using T = int;
#endif