// b.ww — #16 PREP-main peek-edge pin (reviewer-batcha). // This file's `package beta;` decl sits behind a comment header // longer than 2048 bytes ON PURPOSE: the old wwstage peekpackage // capped its read at 2048 bytes and would MISS the package decl // (return nil), so the strict-same-package dir-enum check would // skip this file and the alpha/beta mismatch would go undetected // (build wrongly succeeds). The PREP-peek whole-file read finds // `package beta;`, so the mismatch fires 'differs from' and the // build fails — which is what 737's bad_deep family asserts on // both stages. Do not shorten this header below 2048 bytes. // // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. // padding line to push the package decl past the 2048-byte peek window. package beta; fn bbb() i32 = { return 2; };