1 2 3 4 5 6 7 8 9 10 11 12
// check-pass // edition:2018 #![allow(non_camel_case_types)] use std::io; // OK mod std { pub struct io; } fn main() {}