This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
359bfa901b9d8eddbed7b88b6716dbb77b7bfb95
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
6 lines
48 B
C
Raw
Blame
History
extern
void
a
(
void
)
;
void
b
(
void
)
{
a
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink