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