mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
Add build script but does not work in the dogfood test
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fn main() {
|
||||
// Test for #6041
|
||||
println!("Hello");
|
||||
print!("Hello");
|
||||
}
|
||||
Reference in New Issue
Block a user