summary refs log tree commit diff
path: root/src/test/run-pass/estr-shared.rs
blob: 6fc0f296d8d29148e67b4ebb9850603c42559103 (plain)
1
2
3
4
// xfail-test
fn main() {
    let x : str/@ = "hello"/@;
}