18b01d5cfe
XFAIL the ones that don't work Issue #409
6 lines
71 B
Rust
6 lines
71 B
Rust
|
|
|
|
|
|
// -*- rust -*-
|
|
fn main() { let x = { ~100 }; assert (*x == 100); }
|