5 lines
59 B
Rust
5 lines
59 B
Rust
|
// xfail-test
|
||
|
fn main() {
|
||
|
let x : str/~ = "hello"/~;
|
||
|
}
|