OSDN Git Service

Pizza-lize :-)
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / other / array2.C
1 // PR c++/25263
2 // { dg-do compile }
3
4 int x[1/0];  // { dg-warning "division by zero" }
5              // { dg-error "constant" "constant" { target *-*-* } 4 }
6