Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
declare-use
/
k.h
1
#ifdef GIMME_A_K
2
3
#ifndef K_H
4
#define K_H
5
const int k = 42;
6
#endif
7
8
#endif
9