summaryrefslogtreecommitdiff
path: root/tests/delegates/bug632017.test
blob: afc8362ed51ac04e1dc471e1dd3549b18180e70c (plain)
1
2
3
4
5
6
7
Invalid Code

delegate void FooFunc ();

void main() {
	var array = new FooFunc[3];
}