1#[cxx::bridge]
2mod ffi {
3    struct Empty {}
4}
5
6fn main() {}
7