rust/clippy_workspace_tests/build.rs

6 lines
80 B
Rust
Raw Normal View History

fn main() {
// Test for #6041
println!("Hello");
print!("Hello");
}