shithub: scc

ref: 85246aa9496cda4ba923939682de23b0f44bfaca
dir: /tests/execute/0061-comments.c/

View raw version
// line comment

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