shithub: scc

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