extern "C" { int func() try { // 例外を throw するような処理 return 0; } catch (...) { return 1; } } // extern "C"