4 lines
84 B
Rust
4 lines
84 B
Rust
// error-pattern:no valid digits found for number
|
|
fn main() {
|
|
log(error, 0bu);
|
|
} |