rust/src/test/rustfix/str-as-char.rs
2018-12-25 21:08:33 -07:00

3 lines
38 B
Rust

fn main() {
println!('');
}