local p = {} function f() return jit end function p.test() local b, c = pcall(f) return c end return p