annotate clang/test/Lexer/eof-char.c @ 165:597b3f1c2c93
fix call createTailCallEliminationPass
author |
anatofuz |
date |
Tue, 24 Mar 2020 15:30:52 +0900 |
parents |
1d019706d866 |
children |
|
rev |
line source |
150
|
1 // RUN: %clang_cc1 %s -verify -fsyntax-only
|
|
2 // vim: set binary noeol:
|
|
3
|
|
4 // This file intentionally ends without a \n on the last line. Make sure your
|
|
5 // editor doesn't add one.
|
|
6
|
|
7 // expected-warning@+1{{missing terminating ' character}} expected-error@+1{{expected expression}} expected-error@+1{{expected ';'}}
|
|
8 char c = '\ |