mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
test: new codegen tests, rename hello.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#[no_mangle]
|
||||
fn test() {
|
||||
let _x = "hello";
|
||||
}
|
||||
Reference in New Issue
Block a user