Sign in
◑
Theme
rust
/
rust
/
df734af6ae8a7fdc287c5da23fe610573bf2a761
/
.
/
tests
/
ui
/
structs
/
newtype-struct-xc.rs
blob: 138bf4878f0010d914ec2d259806c2db61647a9e [
file
]
//@ run-pass
//@ aux-build:newtype_struct_xc.rs
extern
crate newtype_struct_xc
;
pub
fn
main
()
{
let
_
=
newtype_struct_xc
::
Au
(
2
);
}