blob: cbc379d9f0933a8aeba891e41e14cc7bfef60ff5 [file] [log] [blame]
int i = 42;
int *p = &i;
struct incomplete;
struct incomplete *var = (struct incomplete *)0xdead;
int main() { return *p; }