shithub: scc

ref: a62afbe74e2be29ed8b697a4094c5778cddfa09e
dir: /tests/execute/0061-comments.c/

View raw version
// line comment

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