_d_run_main

Substitutes for the C main() function. It's purpose is to wrap the call to the D main() function and catch any unhandled exceptions.

extern (C)
int
_d_run_main

Meta