llvm-project/clang/test/Modules/Inputs/declare-use/sub.h

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

5 lines
55 B
C
Raw Normal View History

#ifndef SUB_H
#define SUB_H
const int sub = 42;
#endif