(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs0673.cs
blob4e59d498fbf7f1f30911dd7b3b1a0843c347b2b1
1 // cs0673.cs: System.Void cannot be used from C# -- use typeof (void) to get the void type object.
2 // Line: 8
4 public class X
6 public static void Main()
8 System.Type t = typeof (System.Void);