Files
linux-packaging-mono/mcs/tests/test-330.cs

7 lines
78 B
C#
Raw Normal View History

class X {
public static void Main ()
{
System.IFormattable foo = -1;
}
}