xref: /aosp_15_r20/external/clang/test/Lexer/eof-conflict-marker.c (revision 67e74705e28f6214e480b399dd47ea732279e315)
1*67e74705SXin Li // RUN: %clang_cc1 %s -verify -fsyntax-only
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 >>>> ORIGINAL
8*67e74705SXin Li // expected-error@-1 {{version control conflict marker in file}}
9*67e74705SXin Li <<<<
10*67e74705SXin Li // expected-error@-1 {{expected identifier or '('}}
11*67e74705SXin Li <<<<