2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1547-4.cs
blob438d1a45aadb97657a38b2917ebaebbeb2703423
1 // CS1547: Keyword `void' cannot be used in this context
2 // Line: 5
4 class C {
5 public const void val = null;