1 2 3 4 5 6 7
// |jit-test| error: unreachable code function f() { return 1; return 2; } options("werror"); f();