shithub: scc

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

View raw version
// line comment

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