summary refs log tree commit diff
path: root/src/test/run-pass/issue-1466.rs
blob: 0c7a3d312f5566444548bb9c96e28f9491ad4d71 (plain)
1
2
3
4
5
6
7
// exec-env:RUST_CC_ZEAL=1
// xfail-test

fn main() {
    error!("%?", os::getenv(~"RUST_CC_ZEAL"));
    let _x = @{a: @10, b: ~true};
}