11 lines
94 B
Rust
11 lines
94 B
Rust
// xfail-boot
|
|
// -*- rust -*-
|
|
|
|
fn main() {
|
|
auto x = {
|
|
@100
|
|
};
|
|
|
|
check (*x == 100);
|
|
}
|