[interp] Remove unreachable code (#12411)
[mono-project.git] / mono / tests / bug-17537-helper.cs
blob315bb47f4e4e1fce3c6372f5db8b30e553e81dce
1 using System;
2 using System.IO;
4 public class Test {
5 public static int Main(string[] args)
7 Console.WriteLine ("Hello from bug-17537-helper!");
8 return 0;