shithub: scc

ref: 574666e636c1f4a73efd3e8a3b9db96e3206184f
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;
}