cmake: Do not build the chef_wrap example on OSX.
[obnox/cmocka.git] / coverity / coverity_internal_model.c
1 /* Functions to help coverity do static analysis on cmocka */
2 void exit_test(const int quit_application)
3 {
4       __coverity_panic__();
5 }