about summary refs log tree commit diff
path: root/tests/pretty/dollar-crate.rs
blob: 6b500e1db7531c8d09f0d76b36af9eee8f43a949 (plain)
1
2
3
4
5
6
7
//@ pretty-compare-only
//@ pretty-mode:expanded
//@ pp-exact:dollar-crate.pp

fn main() {
    println!("rust");
}