hanchenye-llvm-project/clang/test/Lexer/newline-eof.c

5 lines
190 B
C

// RUN: %clang -fsyntax-only -Wnewline-eof -verify %s
// rdar://9133072
// The following line isn't terminated, don't fix it.
void foo() {} // expected-warning{{No newline at end of file}}