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