Details | Compare with Previous | View Log
struct s_t {
};
void foo(void) {
s_t s; int i;
s=i; // { dg-error "" }
}