Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
3eda11a4f79103a7f6d73c38e5e4f0880e26cc3c
/
.
/
src
/
test
/
run-pass
/
extern-pub.rs
blob: 9bfeec8c7d6ce6050e95b410fb784ad7b582c7a8 [
file
] [
log
] [
blame
]
extern
{
pub
unsafe
fn
vec_reserve_shared_actual
(++
t
:
*
sys
::
TypeDesc
,
++
v
:
**
vec
::
raw
::
VecRepr
,
++
n
:
libc
::
size_t
);
}
pub
fn
main
()
{
}