You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using JuliaInterpreter
include("utils.jl")
module Libdl_test
using Test
using Libdl
end
m = Libdl_test
ex = quote
dlls = Libdl.dllist()
end
frame = JuliaInterpreter.prepare_thunk(m, ex)
JuliaInterpreter.finish_and_return!(JuliaStackFrame[], frame)