blob: 5b1b1389cebb3e70d36da0e0861d1805e5653421 [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;