mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-19 11:07:32 +00:00
6 lines
44 B
C
6 lines
44 B
C
extern void foo();
|
|
|
|
void bar() {
|
|
foo();
|
|
}
|