diff options
Diffstat (limited to 'test/Lexer/newline-eof-c++98-compat.cpp')
-rw-r--r-- | test/Lexer/newline-eof-c++98-compat.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Lexer/newline-eof-c++98-compat.cpp b/test/Lexer/newline-eof-c++98-compat.cpp new file mode 100644 index 0000000..7f7eebb --- /dev/null +++ b/test/Lexer/newline-eof-c++98-compat.cpp @@ -0,0 +1,4 @@ +// RUN: %clang -cc1 -fsyntax-only -Wc++98-compat-pedantic -std=c++11 -verify %s + +// The following line isn't terminated, don't fix it. +void foo() {} // expected-warning{{C++98 requires newline at end of file}}
\ No newline at end of file |