rust/tests/pretty/dollar-crate.pp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
260 B
Puppet
Raw Normal View History

#![feature(prelude_import)]
#![no_std]
#[prelude_import]
use ::std::prelude::rust_2015::*;
#[macro_use]
extern crate std;
// pretty-compare-only
// pretty-mode:expanded
// pp-exact:dollar-crate.pp
2023-01-12 05:33:13 +08:00
fn main() { { ::std::io::_print(format_args!("rust\n")); }; }