зеркало из https://github.com/microsoft/clang.git
fix test case
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65037 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
3450a55f40
Коммит
6beb16578e
|
@ -6,7 +6,7 @@ struct bar {
|
||||||
|
|
||||||
struct foo {
|
struct foo {
|
||||||
char name[(int)&((struct bar *)0)->n];
|
char name[(int)&((struct bar *)0)->n];
|
||||||
char name2[(int)&((struct bar *)0)->n - 1]; //expected-error{{fields must have a constant size}}
|
char name2[(int)&((struct bar *)0)->n - 1]; //expected-error{{array size is negative}}
|
||||||
};
|
};
|
||||||
|
|
||||||
// PR3430
|
// PR3430
|
||||||
|
|
Загрузка…
Ссылка в новой задаче