shithub: scc

ref: 505a92789652dbfa4cf19dc088eb29a47eb6e81f
dir: /tests/execute/0061-comments.c/

View raw version
// line comment

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