Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
run-make
/
native-lib-load-order
/
b.c
blob: 6aecb5f9e04c0058b0ed06452d700897a38b5951 [
file
] [
log
] [
blame
]
extern
void
a
(
void
);
void
b
(
void
)
{
a
();
}