shithub: scc

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

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


int
main()
{
	return X;
}