bolt/deps/llvm-18.1.8/clang/test/Modules/Inputs/declare-use/k.h
2025-02-14 19:21:04 +01:00

8 lines
75 B
C

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