]> CyberLeo.Net >> Repos - FreeBSD/releng/10.1.git/blob - contrib/ldns/linktest.c
Update releng/10.1 to -RC4 as part of the 10.1-RELEASE cycle.
[FreeBSD/releng/10.1.git] / contrib / ldns / linktest.c
1
2 #include "ldns/config.h"
3 #include <ldns/ldns.h>
4
5 int 
6 main(void) 
7 {
8   ldns_rr *rr = ldns_rr_new();
9
10   ldns_rr_free(rr);
11   return 0;
12 }
13