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

8 lines
76 B
C

#ifdef GIMME_AN_L
#ifndef L_H
#define L_H
const int l = 42;
#endif
#endif