1 struct s_t {
2 };
foo(void)3 void foo(void) {
4   s_t s; int i;
5   s<?=i; // { dg-error "" }
6 }
7