DEBSOURCES
Skip Quicknav
sources / c2go / 0.26.11-3 / tests / exit.c
1234567891011
#include <stdlib.h> #include "tests.h" int main() { plan(0); exit(123); // done_testing() is not needed because this is unreachable. }