[runtime] Remove all NACL support. It was unmaintained for a long time. (#4955)
[mono.git] / mono / tests / bug-17537-helper.cs
1 using System;
2 using System.IO;
3
4 public class Test {
5         public static int Main(string[] args)
6         {
7                 Console.WriteLine ("Hello from bug-17537-helper!");
8                 return 0;
9         }
10 }