blob: bada80dc2fbf35977a16977ae678d8bca6b71a80 [file] [log] [blame]
// rustfmt-style_edition: 2015
// ascii-betically sorted
pub use printmsg;
pub use print0msg;
pub use printémsg;
fn main() {}
/// '๙' = 0E59;THAI DIGIT NINE;Nd; (Non-ASCII Decimal_Number, sorts third)
mod printmsg {}
/// '0' = 0030;DIGIT ZERO;Nd; (ASCII Decimal_Number, sorts first)
mod print0msg {}
/// 'é' = 00E9;LATIN SMALL LETTER E WITH ACUTE;Ll; (Lowercase_Letter, sorts second)
mod printémsg {}