shithub: scc

ref: 955a99b7c855cfc2378a9857bfbb8cb853047d6c
dir: /tests/execute/0122-localinit.c/

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