shithub: scc

ref: 1775d6b56d55aade3641e5b8676ba79ec50f4f51
dir: /tests/cc/execute/0122-localinit.c/

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