shithub: scc

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

View raw version
// line comment

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