Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
7ae282fde0a12635893931ebf31b35b0d5d5cab3
/
.
/
test
/
Lexer
/
newline-eof.c
blob: 2f95dc7593c7ad64b7986b217e116c31eb875fb4 [
file
] [
log
] [
blame
]
// 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}}