Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
pretty
/
dollar-crate.pp
blob: f7f6e5c3d49396d3cfc54dcc71b2e76c61722c20 [
file
]
#![feature(prelude_import)]
#![no_std]
extern
crate std
;
#[prelude_import]
use
::
std
::
prelude
::
rust_2015
::*;
//@ pretty-compare-only
//@ pretty-mode:expanded
//@ pp-exact:dollar-crate.pp
fn main
()
{
{
::
std
::
io
::
_print
(
format_args
!(
"rust\n"
));
};
}