8 lines
85 B
Rust
8 lines
85 B
Rust
|
|
export foo;
|
|
export main;
|
|
|
|
enum list_cell<T> { cons(@list_cell<T>), }
|
|
|
|
fn main() { }
|