blob: 36f75a164119a8da560893ffb11b8d76fa2cf7ca [file] [log] [blame]
// { dg-do compile }
// Avoid -pedantic-error default
// { dg-options "" }
void a() {
a[0](); // { dg-warning "arithmetic" }
}