github.com/Konstantin8105/c4go@v0.0.0-20240505174241-768bb1c65a51/tests/exit.c (about) 1 #include "tests.h" 2 #include <stdlib.h> 3 4 int main() 5 { 6 plan(0); 7 8 exit(123); 9 10 // done_testing() is not needed because this is unreachable. 11 }