blob: 4cd458302a49895e0259cccc398d05fb91b24be9 [file] [log] [blame]
// Regression test for #60976: ICE (with <=1.36.0) when another file had `use <primitive_type>;`.
// check-pass
// aux-build:extern-use-primitive-type-lib.rs
extern crate extern_use_primitive_type_lib;
fn main() {}