test: new codegen tests, rename hello.
This commit is contained in:
parent
53e934c2ab
commit
40f74341f3
8 changed files with 65 additions and 0 deletions
4
src/test/codegen/stack-alloc-string-slice.rs
Normal file
4
src/test/codegen/stack-alloc-string-slice.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#[no_mangle]
|
||||
fn test() {
|
||||
let _x = "hello";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue