xref: /llvm-project/clang/test/Modules/Inputs/multiple-include/b.h (revision e70dadd67b0d1e7db10ef8d0cda711f10bfd7768)
1*e70dadd6SRichard Smith #pragma clang __debug macro C_H
2*e70dadd6SRichard Smith #include "c.h"
get()3*e70dadd6SRichard Smith inline int get() { return c; }
4