shithub: scc

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

View raw version
// line comment

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