6 lines
81 B
Rust
6 lines
81 B
Rust
|
// compile-flags: -Zmiri-drop-stdout-stderr
|
||
|
|
||
|
fn main() {
|
||
|
println!("cake");
|
||
|
}
|