Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-446.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 319f20b825eeab7bf16a21f84d5dc69a351ac7e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
class FooTest
{
        public static void Main ()
        {
                Foo (0x0L);
        }

        static void Foo (ulong l1)
        {
        }
}