shithub: scc

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

View raw version
// line comment

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