xref: /llvm-project/clang/test/Modules/Inputs/macro-reexport/c1.h (revision 999500a26dfb1285bb9ea4dc489f49f7809d09d9)
1 #pragma once
2 
3 #include "b1.h"
4 #define assert(x) c
5