blob: bc65f1f70279a26b3d96e6c040502e41bc396a42 [file] [log] [blame]
struct s_t {
};
void foo(void) {
s_t s; int i;
s<?=i; // { dg-error "" }
}