1// Just a test for static linking.2// We call one function from each object file in libwget_thread3// Unresolved references should come up on linking.45#include <config.h>
6#include <wget.h>
7main(void)8intmain(void)9{
10wget_html_parse_file("", NULL, NULL, 0);
11}
12