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 | |
7 | |
8 | I am random garbage after ^Z |
9 |
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 | |
7 | |
8 | I am random garbage after ^Z |
9 |