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