package dep; // Go's contract: a package's *_test.ww sources are not part of the // imported package. Must be excluded when dep is imported by root. @test fn imported_dependency_test_must_not_leak() void = { assert(false); };