aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/cc/lexer/preprocessor.test
diff options
context:
space:
mode:
Diffstat (limited to 'unit-tests/cc/lexer/preprocessor.test')
-rw-r--r--unit-tests/cc/lexer/preprocessor.test8
1 files changed, 8 insertions, 0 deletions
diff --git a/unit-tests/cc/lexer/preprocessor.test b/unit-tests/cc/lexer/preprocessor.test
index a3fab9f..13b8baf 100644
--- a/unit-tests/cc/lexer/preprocessor.test
+++ b/unit-tests/cc/lexer/preprocessor.test
@@ -55,6 +55,14 @@ EOI
';' test.cxx:5:1
EOO
+: include
+:
+$* <<EOI 2>>EOE != 0
+#include <foo/bar>
+EOI
+stdin:1:1: error: unexpected #include directive
+EOE
+
: nested
:
$* <<EOI >>EOO