Wed Oct 17 13:24:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
[mono.git] / mcs / tests / test-330.cs
1 class X {
2         static void Main ()
3         {
4                 System.IFormattable foo = -1;
5         }
6 }