blob: e5d0a53acf49af078c7fa1adb0cc4cd196f9c4d1 [file] [log] [blame]
/* APPLE LOCAL file radar 4430340 */
/* { dg-do compile } */
int a[1/0]; /* { dg-warning "division by zero" } */
/* { dg-error "error: ISO C90 forbids array 'a' whose size can't be evaluated" "ISO" { target *-*-* } 3 } */
/* { dg-error "error: storage size of 'a' isn't constant" "storage" { target *-*-* } 3 } */
/* APPLE LOCAL file radar 4430340 */