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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
48 B
C
Raw Normal View History

#ifndef TEST2_H
#define TEST2_H
int x;
#endif