4 lines
64 B
Rust
4 lines
64 B
Rust
fn main() {
|
|
(if foobar) //~ ERROR expected `{`, found `)`
|
|
}
|
fn main() {
|
|
(if foobar) //~ ERROR expected `{`, found `)`
|
|
}
|