/* See LICENSE file for copyright and license details. */ #include void test_split1(); void test_split2(); int main(int argc, char** argv) { test_split1(); test_split2(); return EXIT_SUCCESS; }