main.c 89 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 struct Foo { int b; int c; }; int main() { struct Foo *a = 0; return a[10].c; }