2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1547.cs
blob8d354d9a57e5bafef6184141af6d5110b8f70cc0
1 // CS1547: Keyword `void' cannot be used in this context
2 // Line: 9
3 using System;
5 class X
7 static void Main ()
9 void[] a;