package routing; @test fn same_package() void = { assert(value() == 7); assert(privatevalue() == 8); };