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