Sign in
rust
/
rustfmt
/
refs/heads/libsyntax
/
.
/
tests
/
source
/
extern_not_explicit.rs
blob: 9d6c4c2a1cd52f82b259dce2229836577241a5e8 [
file
] [
log
] [
blame
]
// rustfmt-force_explicit_abi: false
extern
"C"
{
fn
some_fn
()
->
();
}
extern
"C"
fn
sup
()
{
}
type
funky_func
=
extern
"C"
fn
(
unsafe
extern
"rust-call"
fn
(*
const
JSJitInfo
,
*
mut
JSContext
,
HandleObject
,
*
mut
libc
::
c_void
,
u32
,
*
mut
JSVal
)
->
u8
);