shithub: scc

ref: 2889a3cbd0cdafa116ded659d1b189a58cf30e80
dir: /tests/0061-comments.c/

View raw version
// line comment

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