summaryrefslogtreecommitdiff
path: root/clang/test/Lexer/newline-eof-c++98-compat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Lexer/newline-eof-c++98-compat.cpp')
-rw-r--r--clang/test/Lexer/newline-eof-c++98-compat.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Lexer/newline-eof-c++98-compat.cpp b/clang/test/Lexer/newline-eof-c++98-compat.cpp
new file mode 100644
index 0000000..3e5c8e2
--- /dev/null
+++ b/clang/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