blob: 593e722ce9c0a677cac06731fed7b00d0fff904d [file] [log] [blame]
struct foo {
int i;
};
void func() {
struct foo *f;
f->i = 3;
}