[CI] ignore appdomain-unload-asmload.exe on interp and full-aot
[mono.git] / mono / tests / test-lldb.cs
1 using System;
2 using System.Threading;
3 using System.Runtime.CompilerServices;
4
5 public class Tests
6 {
7         public static void Main () {
8                 // Keep this at test-lldb.cs:9
9                 Console.WriteLine ("Hello");
10                 Thread.Sleep (100000);
11         }
12 }