llvm-project/clang/test/Frontend/Inputs/test2.h

7 lines
48 B
C

#ifndef TEST2_H
#define TEST2_H
int x;
#endif