shithub: scc

ref: a13c17546089254300d24c107065b0f584987069
dir: /tests/0061-comments.c/

View raw version
// line comment

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