4 lines
94 B
Julia
4 lines
94 B
Julia
function _precompile_()
|
|
ccall(:jl_generating_output, Cint, ()) == 1 || return nothing
|
|
end
|