Xamarin Public Jenkins (auto-signing) e5cd25ff4f Imported Upstream version 4.8.0.459
Former-commit-id: 2a5b9df2014f72665850c7f885e7aed54704a53a
2017-01-19 14:22:10 +00:00

13 lines
223 B
C#

using System;
using System.Threading;
using System.Runtime.CompilerServices;
public class Tests
{
public static void Main () {
// Keep this at test-lldb.cs:9
Console.WriteLine ("Hello");
Thread.Sleep (100000);
}
}