summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/unavailable-local-visibility/b.h
blob: 71360e38b7b1c8822da6fb0ed49265e6dff5992a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef B_H
#define B_H
#include "a.h"

#ifndef A_H
#error where is a?
#endif

#ifndef X_H
#error where is x?
#endif
X f();
#endif
OpenPOWER on IntegriCloud