rust/tests/ui/imports/issue-55811.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
83 B
Rust
Raw Normal View History

// check-pass
// aux-build:issue-55811.rs
extern crate issue_55811;
fn main() {}