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

#ifdef GIMME_A_K

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

#endif