shithub: scc

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

View raw version
// line comment

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