[corlib] Import FileSystemInfo and family from CoreFX (#11342)
[mono-project.git] / mcs / tests / gtest-431.cs
blobc269d4c1ef255532851a4d68a915c5482e303480
1 // Compiler options: -r:gtest-431-1-lib.dll -r:gtest-431-2-lib.dll -noconfig
3 using System;
5 using Library;
7 class Program {
9 public static void Main ()
11 var foo = new Foo ();
12 foo.Bar ();