f628003da6
Issue #409
7 lines
66 B
Rust
7 lines
66 B
Rust
fn f() -> ~int {
|
|
~100
|
|
}
|
|
|
|
fn main() {
|
|
assert f() == ~100;
|
|
} |