DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg2-3 / tests / ui / structs-enums / newtype-struct-xc.rs
123456789
//@ run-pass //@ aux-build:newtype_struct_xc.rs extern crate newtype_struct_xc; pub fn main() { let _ = newtype_struct_xc::Au(2); }