http://www.typescriptlang.org/Playground
以下のコードが実行時エラーになる
意図したものなのかな

function f() {
 const Math = void 0;
 console.log(2 ** 3);
}
f()