blob: 0c6466d97fc948f0e88acb1c257f96b293214b7e [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);
}