shithub: scc

ref: b1210dd43cd074b68872794b5d3ff4c3f818697c
dir: /tests/0061-comments.c/

View raw version
// line comment

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