7 lines
83 B
Rust
7 lines
83 B
Rust
|
|
export foo;
|
|
export main;
|
|
|
|
tag list_cell[T] { cons(@list_cell[T]); }
|
|
|
|
fn main() { } |