2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs1547-3.cs
blob7064915d5c3fefe1c2ca82fb07d879dfc6801acb
1 // CS1547: Keyword `void' cannot be used in this context
2 // Line: 8
5 class X
7 static void Main ()
9 var e = from void v in new int [] { 0 } select i;