diff options
Diffstat (limited to 'tests/syntax/bad/testfile-unclosed_string-1.cpp')
-rw-r--r-- | tests/syntax/bad/testfile-unclosed_string-1.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/syntax/bad/testfile-unclosed_string-1.cpp b/tests/syntax/bad/testfile-unclosed_string-1.cpp new file mode 100644 index 0000000..0fce6a0 --- /dev/null +++ b/tests/syntax/bad/testfile-unclosed_string-1.cpp @@ -0,0 +1,4 @@ +void f() { + f("); + } + |