8 lines
98 B
Rust
8 lines
98 B
Rust
|
// error-pattern:this block must not have a result
|
||
|
|
||
|
resource r(i: int) {
|
||
|
true
|
||
|
}
|
||
|
|
||
|
fn main() {
|
||
|
}
|