5 lines
49 B
Rust
5 lines
49 B
Rust
|
#[no_mangle]
|
||
|
fn test() {
|
||
|
let _x = "hello";
|
||
|
}
|