blob: aa23200dc60ed79ac6dded2ed38a12b769ead43e [file] [log] [blame]
#[cxx::bridge]
mod ffi {
enum A {
Field(u64),
}
}
fn main() {}