diff options
Diffstat (limited to 'test/PCH/Inputs/chain-macro-override2.h')
-rw-r--r-- | test/PCH/Inputs/chain-macro-override2.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/PCH/Inputs/chain-macro-override2.h b/test/PCH/Inputs/chain-macro-override2.h new file mode 100644 index 0000000..f279e2a --- /dev/null +++ b/test/PCH/Inputs/chain-macro-override2.h @@ -0,0 +1,4 @@ +#define f() g() +#undef g +#undef h +#define h() g() |