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