OpenVPN
coverity_internal_model.c
Go to the documentation of this file.
1 /* Functions to help coverity do static analysis on cmocka */
2 void exit_test(const int quit_application)
3 {
4  __coverity_panic__();
5 }
void exit_test(const int quit_application)