blob: 6f90cfe8e4af4cc09c5f08b6a9ebcbf63398fa2a [file] [log] [blame]
//@ run-pass
//@ aux-build:newtype_struct_xc.rs
//@ pretty-expanded FIXME #23616
extern crate newtype_struct_xc;
pub fn main() {
let _ = newtype_struct_xc::Au(2);
}