[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / tests / test-489.cs
1 // Compiler options: -r:FULL=System.dll
2
3 extern alias FULL;
4 using System;
5 using NameValueCollection =
6 FULL::System.Collections.Specialized.NameValueCollection;
7
8 public class test
9 {
10         public static void Main () { }
11 }