shithub: scc

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

View raw version
// line comment

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