Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
other
/
array2.C
blob: 95a2fa6067cc3439898d32ef79c1c8bfcadffa90 [
file
] [
log
] [
blame
]
// PR c++/25263
// { dg-do compile }
int
x
[
1
/
0
];
// { dg-warning "division by zero" }
// { dg-error "constant" "constant" { target *-*-* } .-1 }