about summary refs log tree commit diff
path: root/tests/ui/use/issue-60976-extern-use-primitive-type.rs
blob: 3e059818ac27fafef11513e9bcbe4826daa6d632 (plain)
1
2
3
4
5
6
7
// 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() {}