shithub: scc

ref: 8fe3cb063acd20ad53b0da4e27418050ed8a7125
dir: /tests/execute/0061-comments.c/

View raw version
// line comment

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