rust/src/test/run-pass/mod-merge-hack-inst.rs

7 lines
119 B
Rust
Raw Normal View History

// xfail-test not a test. used by mod-merge-hack.rs
mod inst {
pub type T = i32;
pub const bits: uint = 32;
}