summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/issue-24687-embed-debuginfo/auxiliary/issue-24687-lib.rs
blob: 5b1b1389cebb3e70d36da0e0861d1805e5653421 (plain)
1
2
3
4
5
6
7
8
9
10
#![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;