summaryrefslogtreecommitdiffstats
path: root/test/Lexer/newline-eof-c++11.cpp
blob: 3c45f28336f5c9184a46b60731ff27fe6e2811cb (plain)
1
2
3
4
// RUN: %clang_cc1 -fsyntax-only -std=c++11 -Wnewline-eof -verify %s

// The following line isn't terminated, don't fix it.
void foo() {}