зеркало из https://github.com/microsoft/clang-1.git
Disabling some MS extensions which cause this test to fail
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85242 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
e4b255c80a
Коммит
838b048712
|
@ -1,4 +1,4 @@
|
|||
// RUN: clang-cc -fsyntax-only -verify %s
|
||||
// RUN: clang-cc -fsyntax-only -verify -fms-extensions=0 %s
|
||||
typedef int INT;
|
||||
typedef INT REALLY_INT; // expected-note {{previous definition is here}}
|
||||
typedef REALLY_INT REALLY_REALLY_INT;
|
||||
|
|
Загрузка…
Ссылка в новой задаче