using System; class Test { public static void Main() { throw new Exception(); } }