summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/submodule-visibility/b.h
blob: 39df6a02cb40c1525d1c6f94c00eeb0d65970baa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
int m = n;

#include "other.h"
#include "c.h"

#if defined(A) && !defined(ALLOW_NAME_LEAKAGE)
#warning A is defined
#endif

#define B

template<typename T> void b_template() {
  N::C::f(0);
}
OpenPOWER on IntegriCloud