blob: 2f95dc7593c7ad64b7986b217e116c31eb875fb4 [file] [log] [blame]
Anna Zakscfe1bcb2011-07-22 23:08:19 +00001// RUN: %clang -fsyntax-only -Wnewline-eof -verify %s
2// rdar://9133072
3
4// The following line isn't terminated, don't fix it.
5void foo() {} // expected-warning{{No newline at end of file}}