summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/eof-conflict-marker.c
blob: e0c35401ccbf6cf291f6b487af0b77c759766b6e (plain)
1
2
3
4
5
6
7
8
9
10
11
// RUN: %clang_cc1 %s -verify -fsyntax-only
// vim: set binary noeol:

// This file intentionally ends without a \n on the last line.  Make sure your
// editor doesn't add one.

>>>> ORIGINAL
// expected-error@-1 {{version control conflict marker in file}}
<<<<
// expected-error@-1 {{expected identifier or '('}}
<<<<
OpenPOWER on IntegriCloud