shithub: scc

ref: 05e48648c32fff671b79a615310f4d2bc5136aba
dir: /tests/0061-comments.c/

View raw version
// line comment

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