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

gtest-172.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 13ca9e89142a439330bf76871fdf7efdf819b4e6 (plain)
1
2
3
4
5
6
7
// Compiler options: /r:gtest-172-lib.dll
class M {
  public static void Main () {
    A <int> x = A<int>.Nil._N_constant_object; 
  }
}