(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
pr84943.C
// { dg-do compile }

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

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