aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Modules/Inputs/missing-header-local-visibility/x.h
blob: 0498c5d2aabc48bbc50486d8829b9b71ddff2c9c (plain)
1
2
3
4
#ifndef X_H
#define X_H
struct X {};
#endif