summaryrefslogtreecommitdiff
path: root/tests/objects/bug564011.test
blob: 1bf9d32f0197c955735b47befe4b232a7f1871cb (plain)
1
2
3
4
5
6
7
8
9
Invalid Code

class Foo {
	static ~Foo () {
	}
}

void main () {
}