shithub: scc

ref: 1de8fdf8ff3054574467bee8d65655de45b5a933
dir: /tests/execute/0061-comments.c/

View raw version
// line comment

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