using System;
using System.Linq;
public class Program
{
public static void Main()
try {
int zero = 0;
int i = 1/zero;
} finally {
Console.WriteLine("Here hereh herererherherherherhre"); //the line is never called
}