blob: 9af0b889537b83dcb6a593d195a76b39f61c7c52 [file] [log] [blame]
Seth Cantrellb0dfdfe2012-04-15 04:41:49 +00001// RUN: %clang_cc1 -fsyntax-only -Wc++98-compat-pedantic -std=c++11 -verify %s
Jordan Rose4c55d452013-08-23 15:42:01 +00002// RUN: %clang_cc1 -fsyntax-only -Wc++98-compat-pedantic -Wnewline-eof -std=c++11 -verify %s
Seth Cantrelle83c7312012-04-13 03:43:23 +00003
4// The following line isn't terminated, don't fix it.
5void foo() {} // expected-warning{{C++98 requires newline at end of file}}