Clang Project

clang_source_code/test/Modules/Inputs/separate_map_tree/src/public-in-c.h
1#ifndef PUBLIC_IN_C_H
2#define PUBLIC_IN_C_H
3const int c = 2;
4#endif
5