llvm-for-llvmta/tools/clang/test/Modules/Inputs/string_names/a.h

5 lines
48 B
C

#ifndef A_H
#define A_H
const int a = 2;
#endif