Clang Project

clang_source_code/test/Modules/Inputs/cxx-header.h
1#ifndef CXX_HEADER_H
2#define CXX_HEADER_H
3inline int f() { return 0; }
4#endif
5