blob: 0ab88c2efb55200e3bce745a992bbb941f276921 [file] [log] [blame]
struct a *c;
struct a {
int b;
} d() {
}
void e()
{
*c = d();
}