fn collect_const_decls(src: &str) -> BTreeMap<String, String>
Every const NAME = <expr>; in the file, mapped to its expression text.
const NAME = <expr>;