Add no-warning to test case.

llvm-svn: 59995
This commit is contained in:
Zhongxing Xu 2008-11-24 23:45:56 +00:00
parent a307020800
commit 2939a50b67
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ void f7() {
void f8() {
int a[10];
a[sizeof(a)/sizeof(int) - 1] = 1;
a[sizeof(a)/sizeof(int) - 1] = 1; // no-warning
}
void f9() {