Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / tests / gtest-341.cs
1 // Compiler options: -r:gtest-341-lib.dll
2
3 using System;
4
5 public class C : IA
6 {
7         public int GetLength ()
8         {
9                 return 0;
10         }
11 }
12
13 public class Tests
14 {
15         public static void Main ()
16         {
17         }
18 }