package routing; // Canonical test-only helper: no @test declaration in this file. Both // same-package test files below share it through the single white-box build. fn privatevalue() int = { return value() + 1; };