shithub: scc

ref: 1f654ce8692fb5e961c140b4006466508b370a2d
dir: /tests/0061-comments.c/

View raw version
// line comment

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