github.com/Konstantin8105/c4go@v0.0.0-20240505174241-768bb1c65a51/tests/exit_status.c (about)

     1  #include "tests.h"
     2  #include <stdio.h>
     3  
     4  int main()
     5  {
     6      plan(0);
     7  
     8      // There is no done_testing() becuase we want to return an error code without
     9      // checks that fail.
    10      return 1;
    11  }