summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-ui/nested-extern-crate-46271.rs
blob: d2ac38f3e45591c18046be4380b895e266b7749e (plain)
1
2
3
4
5
6
7
8
// check-pass
// hopefully this doesn't cause an ICE

// https://github.com/rust-lang/rust/issues/46271

pub fn foo() {
    extern crate std;
}