shithub: scc

ref: 443674874420ec21d4c1322e6f8450cd20996a03
dir: /tests/cc/execute/0183-negenum.c/

View raw version
enum JSONError {
	JSON_ERROR_MEM     = -2,
	JSON_ERROR_INVALID = -1
};

int
main(void)
{
	return 0;
}