// 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_local_charset_encoding(); return 0; }