This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
stable
rust
/
tests
/
run-make
/
native-lib-load-order
/
b.c
Oneirical
5e55f07cc0
rewrite and rename issue-28595 to rmake
2024-07-19 12:27:46 -04:00
5 lines
48 B
C
Raw
Permalink
Blame
History
extern
void
a
(
void
)
;
void
b
(
void
)
{
a
(
)
;
}
Reference in a new issue
View git blame
Copy permalink