ref: 9833ce7547fe04b441bdabf7ad86783c7be6efeb 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; }