class SyntaxTree::YARV::OptNewArrayMin

def call(vm)

def call(vm)
  vm.push(vm.pop(number).min)
end