shithub: scc

ref: e43e3872b43d9c1b49e9e5c015b32258c3735ad8
dir: /tests/cc/execute/0129-initi.c/

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

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