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

5 lines
48 B
C

#ifndef B_H
#define B_H
const int b = 3;
#endif