blob: 4b69f3e3d89aa99f2cd19f29be3b08ccb75ee10f [file] [log] [blame]
//@ run-pass
#![allow(unused_variables)]
//@ aux-build:issue-7899.rs
extern crate issue_7899 as testcrate;
fn main() {
let f = testcrate::V2(1.0f32, 2.0f32);
}