summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/submodule-visibility/a.h
blob: e4965d72218ba9610157dab9846980ae39b427b4 (plain)
1
2
3
4
5
6
7
8
9
int n;

#ifdef B
#error B is defined
#endif

#define A

#include "c.h"
OpenPOWER on IntegriCloud