blob: 37bad71ff452901fd293fbb16731846859ab976c [file] [log] [blame]
struct S {
int m;
};
void f() {
S v = (S)0;
}