ref: 8105290a1e8cc4bda9b9bb7e9583b9282fcb1cb1 dir: /tests/cc/execute/0129-initi.c/
struct range { long quant; } a[] = {1, 0}; long b; int main() { struct range r = a[0]; b = r.quant; return (b == 1) ? 0 : 1; }