android13/external/rust/cxx/tests/ui/empty_struct.rs

7 lines
61 B
Rust

#[cxx::bridge]
mod ffi {
struct Empty {}
}
fn main() {}