cleol
[mcs.git] / errors / gcs1547-2.cs
blobf4fb26cbfe1704bc121a3eb88e46f05ed3860c43
1 // CS1547: Keyword `void' cannot be used in this context
2 // Line: 8
4 class X
6 static void Main ()
8 object o = default(void);