shithub: scc

ref: 349cc97c6df60120c9fa5b92cdbac684e23ed956
dir: /tests/cc/execute/0122-localinit.c/

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