shithub: scc

ref: 0ac77da6b080c9fdd74a036666ed560add8d3810
dir: /tests/execute/0061-comments.c/

View raw version
// line comment

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