Clang Project

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