cleol
[mcs.git] / tests / test-748.cs
blob8210c92267e4d89aeeae7b545f33a60eeebc7e93
1 // Compiler options: -r:test-748-lib.dll
3 using System;
4 using Test;
5 using RealTest;
7 class M
9 Foo Test ()
11 return new RealTest.Foo ();
14 public static void Main ()
19 namespace Test.Local
21 class M
23 Foo Test ()
25 return new RealTest.Foo ();
30 namespace RealTest
32 class Foo