7 lines
61 B
Rust
7 lines
61 B
Rust
#[cxx::bridge]
|
|
mod ffi {
|
|
struct Empty {}
|
|
}
|
|
|
|
fn main() {}
|