//! An include!()-pulled reader: no `mod part;` declares this file, so its row
//! must name the includer's module (`inc`), not `gen::part`.
pubfnincluded_reader()->bool{std::fs::read_to_string("scripts/part_baseline.txt").is_ok()}#[cfg(test)]modpart_tests{#[test]fnincluded_module_reads_the_tree(){let_=std::fs::read_to_string("scripts/part_baseline.txt");}}