* c-common.c (get_priority): Add check for
[official-gcc.git] / gcc / testsuite / g++.dg / other / array2.C
blobb091d96bec88b8c7656b3e6e423c4b777624cafc
1 // PR c++/25263
2 // { dg-do compile }
4 int x[1/0];  // { dg-warning "division by zero" }
5              // { dg-error "constant" "constant" { target *-*-* } 4 }