8 lines
84 B
Rust
8 lines
84 B
Rust
|
|
export foo;
|
|
export main;
|
|
|
|
tag list_cell[T] { cons(@list_cell<T>); }
|
|
|
|
fn main() { }
|