How do I precompile a callable struct?

julia> precompile(A.instance, ())
true

julia> methodinstance(A.instance, ()) isa Nothing
true