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

gtest-265.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f2d2e45f1381fb1a9a17438b53f812de93cadd9d (plain)
1
2
3
4
5
6
7
8
9
10
// Compiler options: -r:gtest-265-lib.dll

class Test
{
        public static void Main ()
        {
                A x = new A ();
                x.Whoa<int> (null);
        }
}