index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
export-non-interference.rs
blob: c0f1843fb1506375b8fb124f76f85fdaf5ac68a5 (
plain
) (
blame
)
1
2
3
4
5
6
export
foo
;
type
list_cell
[
T
]
=
tag
(
cons
(
@
list_cell
[
T
]));
fn
main
()
{
}