shithub: scc

ref: e930483aa34db9d2c88395e5505c452b032ceebc
dir: /tests/execute/0122-localinit.c/

View raw version
int
main()
{
	struct { int x; } s = { 0 };
	return s.x;
}