shithub: scc

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

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


int
main()
{
	return X;
}