Seth Cantrell | d555222 | 2012-04-13 01:00:34 +0000 | [diff] [blame] | 1 | // RUN: %clang_cc1 -fsyntax-only -std=c++11 -Wnewline-eof -verify %s |
Andy Gibbs | 8e8fb3b | 2012-10-19 12:44:48 +0000 | [diff] [blame] | 2 | // expected-no-diagnostics |
Seth Cantrell | d555222 | 2012-04-13 01:00:34 +0000 | [diff] [blame] | 3 | |
4 | // The following line isn't terminated, don't fix it. | ||||
5 | void foo() {} |