You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
301 B
5 lines
301 B
// RUN: %clang_cc1 -fsyntax-only -Wc++98-compat-pedantic -std=c++11 -verify %s
|
|
// RUN: %clang_cc1 -fsyntax-only -Wc++98-compat-pedantic -Wnewline-eof -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}}
|