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

13 lines
158 B
C#
Raw Normal View History

class FooTest
{
public static void Main ()
{
Foo (0x0L);
}
static void Foo (ulong l1)
{
}
}