rust/src/test/run-pass/export-non-interference.rs

7 lines
83 B
Rust
Raw Normal View History

2010-06-23 23:03:09 -05:00
export foo;
export main;
2010-06-23 23:03:09 -05:00
tag list_cell[T] { cons(@list_cell[T]); }
2010-06-23 23:03:09 -05:00
fn main() { }