(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
ext/
max.C
struct s_t { 
};
void foo(void) {
  s_t s; int i;
  s<?=i; // { dg-error "" }
}