shithub: scc

ref: 14f673b333fcd3159c81aec06cc768cbcbece053
dir: /tests/execute/0061-comments.c/

View raw version
// line comment

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