[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / 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;