Merge pull request #4621 from alexanderkyte/strdup_env
[mono.git] / mono / tests / testing_gac / v1 / app.cs
1 using System;
2
3 public class App {
4         public static void Main () {
5                 X.N1 ();
6                 X.N2 ();
7         }
8 }