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