about summary refs log tree commit diff
path: root/src/test/run-pass/export-non-interference.rs
blob: e3efcc2835f32a912dc36bd0326f1549b964d951 (plain)
1
2
3
4
5
6
7
export foo;
export main;

tag list_cell<T> { cons(@list_cell<T>); }

fn main() { }