Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / tests / assemblyresolve_asm.cs
1 using System;
2 using Test;
3
4 public class Asm : Test.Test
5 {
6   Test.Test t;
7   
8   public Asm ()
9   {
10     t = new Test.Test ();
11   }
12 }
13
14 public class Asm2 : Test.ReturnsTestBase
15 {
16 }