#include #include #include #include "test.h" extern int foo(); int main() { if ( foo() ) return EXIT_SUCCESS; else return EXIT_FAILURE; }