mirror of
https://github.com/topjohnwu/cxx.git
synced 2025-02-25 10:31:12 +00:00
7 lines
55 B
Rust
7 lines
55 B
Rust
#[cxx::bridge]
|
|
mod ffi {
|
|
enum A {}
|
|
}
|
|
|
|
fn main() {}
|