repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
Lexer
/
msdos-cpm-eof.c
blob
0b5150dce72d2a3b18e01eb5451e7832599d1c06
1
// RUN: %clang_cc1 -fsyntax-only -verify -fms-extensions -Wmicrosoft %s
2
3
int
x
;
4
5
// expected-warning@+1 {{treating Ctrl-Z as end-of-file is a Microsoft extension}}
6
\x1a
7
8
I am random garbage after
^
Z