shithub: scc

ref: e49dedd1f69232439b3823ec52334baf33734efe
dir: /tests/execute/0061-comments.c/

View raw version
// line comment

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