Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
string_names
/
b.h
1
#ifndef B_H
2
#define B_H
3
const int b = 3;
4
#endif
5