pub const MAGIC: [u8; 4];
On-disk magic for the .bf module format (see design notes §32). Chosen so a corrupted/truncated file is rejected in the first 4 bytes rather than partway through decoding.
.bf