[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Lexer / msdos-cpm-eof.c
blob0b5150dce72d2a3b18e01eb5451e7832599d1c06
1 // RUN: %clang_cc1 -fsyntax-only -verify -fms-extensions -Wmicrosoft %s
3 int x;
5 // expected-warning@+1 {{treating Ctrl-Z as end-of-file is a Microsoft extension}}
6 \x1a
8 I am random garbage after ^Z