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

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

9 lines
75 B
C
Raw Normal View History

#ifdef GIMME_A_K
#ifndef K_H
#define K_H
const int k = 42;
#endif
#endif