rust/tests/ui/issues/issue-6919.rs

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

12 lines
170 B
Rust
Raw Normal View History

// run-pass
#![allow(unused_attributes)]
// aux-build:iss.rs
// pretty-expanded FIXME #23616
extern crate issue6919_3;
pub fn main() {
let _ = issue6919_3::D.k;
}