diff options
Diffstat (limited to 'unit-tests/cc/lexer/preprocessor.test')
-rw-r--r-- | unit-tests/cc/lexer/preprocessor.test | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/unit-tests/cc/lexer/preprocessor.test b/unit-tests/cc/lexer/preprocessor.test index 2917649..e082062 100644 --- a/unit-tests/cc/lexer/preprocessor.test +++ b/unit-tests/cc/lexer/preprocessor.test @@ -36,3 +36,12 @@ $* <<EOI # 1 "test.cxx" 2 #line 8 "z:\\tmp\\test.hxx" EOI + +: nested +: +$* <<EOI >>EOO +#define FOO(x) #y +; +EOI +';' +EOO |