Update dependencies from https://github.com/dotnet/arcade build 20190729.1 (#15881)
[mono-project.git] / mcs / tests / test-446.cs
blob319f20b825eeab7bf16a21f84d5dc69a351ac7e8
1 class FooTest
3 public static void Main ()
5 Foo (0x0L);
8 static void Foo (ulong l1)