rust/src/test/run-pass/estr-shared.rs
2012-04-11 11:08:40 -07:00

5 lines
59 B
Rust

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