blob: ba349415e90aea2830e4e7cd966c269d2226e22e [file] [log] [blame] [raw]
function square(x)
return x * x
end
precompile(square, (Int32,))