2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-218.cs
blob0086efe3c77d398f8fd7adb4165932462402ded8
1 class T
3 static void Main()
4 {}
5 delegate void foo (object o);
7 static foo[] f = { new foo(T.compareQueryQuery1) };
9 static void compareQueryQuery1(object o) {}