Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
unavailable-local-visibility
/
x.h
1
#ifndef X_H
2
#define X_H
3
struct X {};
4
#endif
5