rust/src/test/run-pass/export-non-interference.rs
2011-06-29 12:14:29 -07:00

7 lines
83 B
Rust

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