rust/src/test/run-pass/estr-shared.rs

5 lines
57 B
Rust

// xfail-test
fn main() {
let x : @str = @"hello";
}