DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-6.0 / 1%3A6.0.1-10 / clang / test / Modules / Inputs / declare-use / k.h
12345678
#ifdef GIMME_A_K #ifndef K_H #define K_H const int k = 42; #endif #endif