blob: 2275a8da696dd047f6dcfad08aaf539f28790649 [file] [log] [blame]
#![crate_type="lib"]
// This is a file that pulls in a separate file as a submodule, where
// that separate file has many multi-byte characters, to try to
// encourage the compiler to trip on them.
#[path = "issue-24687-mbcs-in-comments.rs"]
mod issue_24687_mbcs_in_comments;
pub use issue_24687_mbcs_in_comments::D;