about summary refs log tree commit diff
path: root/tests/rustdoc/ice-nested-extern-crate-46271.rs
blob: 820a63f3498959050769ba6db1ba728bbc97fe62 (plain)
1
2
3
4
5
6
7
// hopefully this doesn't cause an ICE

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

pub fn foo() {
    extern crate std;
}