blob: cfd05a8396cb51869c8d607d67eff6bb980b03ae [file] [log] [blame]
//@compile-flags: -Zmiri-mute-stdout-stderr
fn main() {
println!("print to stdout");
eprintln!("print to stderr");
}