shithub: scc

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