fn parse_global_line( line: &str, seen: &mut HashSet<String>, out: &mut Vec<GlobalDecl>, ) -> Result<()>