Add build script but does not work in the dogfood test

This commit is contained in:
Takayuki Nakata 2020-09-26 23:54:18 +09:00
parent 83294f894d
commit 71b6d54cd9

View File

@ -0,0 +1,5 @@
fn main() {
// Test for #6041
println!("Hello");
print!("Hello");
}