rust/src/test/codegen/stack-alloc-string-slice.rs

5 lines
49 B
Rust
Raw Normal View History

#[no_mangle]
fn test() {
let _x = "hello";
}