blob: 3e848b5815377377b3e0932a9e0721abd8dafe92 [file] [log] [blame]
#[cxx::bridge]
mod ffi {
extern "C++" {
include!("path/to" what);
include!(<path/to> what);
include!(<path/to);
include!(<path[to]>);
include!(...);
}
}
fn main() {}