13 lines
158 B
C#
Raw Normal View History

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