extern "C" void rust_main();

int main() {
  rust_main();
}
