public static class Test { public static bool Run() { int a; a = 1; native {a = 42; } return a == 42; } }