shithub: scc

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

View raw version
// line comment

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