require 'littlejit'

function = LittleJIT::Function.new(2)
function.compile {
  p function
}


