shithub: scc

ref: 0645a868520feb0fac8932b08b6c4e1258b58c0c
dir: /tests/execute/0129-initi.c/

View raw version
struct range {
	long quant;
} *a;
long b;

int
main()
{
	struct range r = a[0];
	b = r.quant;
}