Taking variable as independent with Zygote (Automatic differentiation)

function test(A)
    B = Zygote.@ignore A
    norm(A * B)
end