extern crate protobuf;
mod pb_shrug;
mod pb_test_enum_values;
mod pb_test_group;
mod pb_test_ident;
mod pb_test_import_nested;
mod pb_test_import_nested_imported;
mod pb_test_import_pkg_nested;
mod pb_test_import_pkg_nested_imported;
mod pb_test_import_root;
mod pb_test_import_root_imported;
mod pb_test_lite_runtime;
mod pb_test_nonunique_enum;
mod pb_test_root;
mod pb_test_sanitize_file_name;
mod pb_text_format_test_data;
mod pb_test_oneof_proto;
mod pb_test_special_characters_file_name_;
mod pb_test_enum_alias;
mod test;
mod text_format_test;
mod test_oneof;
mod test_enum_values;