This valid typescript code: ```ts export function escape(): i32 { var t: i32; jail: { t = 0xDEADFA11; break jail; }; return t; } ```