brintos

brintos / llvm-project-archived public Read only

0
0
Text · 89 B · 95c6515 Raw
10 lines · c
1struct Foo {2  int b;3  int c;4};5 6int main() {7  struct Foo *a = 0;8  return a[10].c;9}10