shithub: scc

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

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