summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/issue-46271.rs
blob: b38ef20c551fb9e67172a32c46ea4a76366dad5b (plain)
1
2
3
4
5
// hopefully this doesn't cause an ICE

pub fn foo() {
    extern crate std;
}