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