d08b443fff
This reverts commit aa25f22f19
. It broke stage2, not sure why yet.
11 lines
94 B
Rust
11 lines
94 B
Rust
// xfail-boot
|
|
// -*- rust -*-
|
|
|
|
fn main() {
|
|
auto x = {
|
|
@100
|
|
};
|
|
|
|
check (*x == 100);
|
|
}
|