• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #[cxx::bridge]
2 mod ffi {
3     struct Empty {}
4 }
5 
main()6 fn main() {}
7