f099359cfa
Fixes #1466. (Unable to reproduce)
7 lines
122 B
Rust
7 lines
122 B
Rust
// exec-env:RUST_CC_ZEAL=1
|
|
|
|
fn main() {
|
|
#error["%?", os::getenv("RUST_CC_ZEAL")];
|
|
let _x = @{a: @10, b: ~true};
|
|
}
|