rust/src/test/run-pass/export-non-interference.rs
2011-08-16 15:05:56 -07:00

8 lines
84 B
Rust

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