rust/tests/ui/println_empty_string.rs

5 lines
48 B
Rust
Raw Normal View History

2017-10-20 16:45:17 +02:00
fn main() {
println!();
println!("");
}