lib/exec: if `execvp` fails, just `_exit` instead of `abort()`
[nit.git] / tests / test_ffi_cpp_duplicated_callback_a.nit
2014-11-07 Alexis Laferrièretests: add C++ FFI test to detect bug #737