1*67e74705SXin Li // RUN: %clang_cc1 %s -verify -fsyntax-only -Wnewline-eof 2*67e74705SXin Li // vim: set binary noeol: 3*67e74705SXin Li 4*67e74705SXin Li // This file intentionally ends without a \n on the last line. Make sure your 5*67e74705SXin Li // editor doesn't add one. 6*67e74705SXin Li 7*67e74705SXin Li // expected-error@+2{{unterminated conditional directive}} 8*67e74705SXin Li // expected-warning@+1{{no newline at end of file}} 9*67e74705SXin Li #if 0