dlr bug
[mcs.git] / tests / gtest-447-2-lib.cs
blobb84834e019c2082ba26492e94fcd1f041e613bc4
1 // Compiler options: -t:library
3 using System;
5 public class C
7 public static string Print (string s)
9 return s;
13 public interface G<T>