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