#include #include #include "heclib.h" void test_function() { } int main(void) { test_function(); printf("All tests passed\n"); return 0; }