2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1547-8.cs
blob91f6bd3d6aef3360a0ecea6e920ac9ff830733bf
1 // CS1547: Keyword `void' cannot be used in this context
2 // Line: 8
4 class C
6 static void Main ()
8 bool b = 1 is void;