10 lines
86 B
Rust
10 lines
86 B
Rust
mod test {
|
|
extern "C" {
|
|
fn test();
|
|
}
|
|
}
|
|
|
|
extern "C" {
|
|
fn test();
|
|
}
|