package routing_test; import routing; @test fn external_package() void = { assert(routing.value() == 7); };