shithub: scc

ref: 62155438ef96682214a7ef7160c2b493b22ea5f6
dir: /tests/0061-comments.c/

View raw version
// line comment

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