зеркало из https://github.com/microsoft/clang-1.git
Improve test case.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59902 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
63123d8e48
Коммит
ea06544bea
|
@ -62,7 +62,7 @@ void f7() {
|
|||
|
||||
void f8() {
|
||||
int a[10];
|
||||
a[sizeof(a) - 1] = 1;
|
||||
a[sizeof(a)/sizeof(int) - 1] = 1;
|
||||
}
|
||||
|
||||
void f9() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче