throwLFortranException("LFortran Modfile format not recognized");
}
std::string version = b.read_string();
if (version != LFORTRAN_VERSION) {
throwLFortranException("Incompatible format: LFortran Modfile was generated using version '" + version + "', but current LFortran version is '" + LFORTRAN_VERSION + "'");