shithub: scc

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