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
/
native-opaque-type.rs
blob: e9b7a972dfe264c210475e1c528293d9e8d43ac0 (
plain
) (
blame
)
1
2
3
4
5
6
7
native
mod
libc
{
type
file_handle
;
}
fn
main
()
{
assert
(
true
);
}