summaryrefslogtreecommitdiff
path: root/support/regression/qct/0061-comments.c
blob: d2f50609d8f85296f6e26f510705843f273ad2fc (plain)
1
2
3
4
5
6
7
8
9
10
11
// line comment

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