summaryrefslogtreecommitdiff
path: root/tests/semantic/construct-without-gobject.test
blob: ac500d7d5b7ff92df9985d9ed3442303809af7a8 (plain)
1
2
3
4
5
6
7
8
9
Invalid Code

class Foo {
	construct {
	}
}

void main () {
}