shithub: scc

ref: 5910169188d1329c851a057159206dd3bd5a8987
dir: /tests/execute/0061-comments.c/

View raw version
// line comment

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