[bcl] Update BCL Linked Size
[mono-project.git] / mcs / tests / gtest-068.cs
blob1d60f7d3928525a3688b8d0ed556515e857260a4
1 namespace Martin
3 public class Foo<T>
4 { }
7 namespace Baulig
9 using M = Martin;
11 class X
13 public static void Main ()
15 M.Foo<int> foo;