aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/pr84943.C
blob: 36f75a164119a8da560893ffb11b8d76fa2cf7ca (plain)
1
2
3
4
5
6
7
8
// { dg-do compile }

// Avoid -pedantic-error default
// { dg-options "" }

void a() {
  a[0](); // { dg-warning "arithmetic" }
}