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