shithub: scc

ref: 3487db833c50ea00e069f424ddbc13500b1f4e7a
dir: /tests/execute/0061-comments.c/

View raw version
// line comment

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