Merge pull request #3806 from BrzVlad/feature-parallel-gc-final
[mono-project.git] / mcs / errors / cs1547-11.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);