0129-initi.c (96B)
1 struct range { 2 long quant; 3 } *a; 4 long b; 5 6 int 7 main() 8 { 9 struct range r = a[0]; 10 b = r.quant; 11 }