shithub: scc

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