DEBSOURCES
Skip Quicknav
sources / julia / 1.5.3%2Bdfsg-3 / test / testhelpers / allocation_file.jl
12345678
g(x) = x + 123456 function f(x) [] Base.invokelatest(g, 0) Base.invokelatest(g, x) [] end f(1.23)