summaryrefslogtreecommitdiff
path: root/tests/basic-types/boolean-literal.vala
blob: be7d379e7ead56f7c87af18a5f808e853838d425 (plain)
1
2
3
4
5
void main () {
	if (true) {
		return;
	}
}