We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f94a05 commit 262e506Copy full SHA for 262e506
test/hooks.jl
@@ -45,6 +45,8 @@ const JL = JuliaLowering
45
@test isdefined(test_mod, :M)
46
@test isdefined(test_mod.M, :x)
47
48
+ @test jeval("@ccall jl_value_ptr(nothing::Any)::Ptr{Cvoid}") isa Ptr{Cvoid}
49
+
50
# Tricky cases with symbols
51
out = jeval("""module M2
52
Base.@constprop :aggressive function f(x); x; end
0 commit comments