Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
separate_map_tree
/
src
/
common.h
1
#ifndef COMMON_H
2
#define COMMON_H
3
const int common = 2;
4
#endif
5