rust/src/test/run-pass/export-non-interference.rs
2010-06-23 21:03:09 -07:00

7 lines
74 B
Rust

export foo;
type list_cell[T] = tag(cons(@list_cell[T]));
fn main() {
}