llvm-project/clang/test/Modules/Inputs/submodule-visibility/b.h

11 lines
132 B
C
Raw Normal View History

int m = n;
#include "other.h"
#include "c.h"
#if defined(A) && !defined(ALLOW_NAME_LEAKAGE)
#error A is defined
#endif
#define B