// Just a test for static linking. // We call one function from each object file in libwget_thread // Unresolved references should come up on linking. #include #include int main(void) { wget_html_parse_file("", NULL, NULL, 0); }