(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / bug13.cs
blob91016d0a7c7e76d7dfb2c660003c87528e780088
1 using System;
3 class X {
4 static void Main ()
6 Type t = null;
8 if (t.GetType () == null)
9 return;