shithub: scc

ref: 24aa60c70ccb02c74fe9658ca54520963e0fc688
dir: /tests/execute/0061-comments.c/

View raw version
// line comment

int
main()
{
	/*
		multiline
		comment
	*/
	return 0;
}