5 lines
56 B
Rust
5 lines
56 B
Rust
fn main() {
|
|
let @int x = @10;
|
|
check ((*x) == 10);
|
|
}
|
fn main() {
|
|
let @int x = @10;
|
|
check ((*x) == 10);
|
|
}
|