2010-02-09 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / 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;