shithub: scc

ref: 47846316bb2f9c8dfdde56b31021f2e9cf12bcbb
dir: /tests/execute/0061-comments.c/

View raw version
// line comment

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