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