summaryrefslogtreecommitdiff
path: root/tests/semantic/method-private-virtual.test
blob: 956ca34d08bec2ceeed9c53847621217d22d4d4d (plain)
1
2
3
4
5
6
7
8
9
Invalid Code

class Foo {
	virtual void foo () {
	}
}

void main () {
}