shithub: scc

ref: fe2b29d13bac3ab3c16490b859f452201c6b4c77
dir: /tests/cc/execute/0124-enumstruct.c/

View raw version
struct {
	enum { X } x;
} s;


int
main()
{
	return X;
}