DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-3.7 / 1%3A3.7.1-5 / 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