3 lines
58 B
Rust
3 lines
58 B
Rust
fn main() {
|
|
let x: typeof(92) = 92; //~ ERROR E0516
|
|
}
|
fn main() {
|
|
let x: typeof(92) = 92; //~ ERROR E0516
|
|
}
|