shithub: scc

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

View raw version
// line comment

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