blob: 388b46398a301d27dbb775fd5a718c52d24f6fd4 [file] [log] [blame]
#[cxx::bridge]
mod ffi {
enum A {
Field = 2020 + 1,
}
}
fn main() {}