summaryrefslogtreecommitdiffstats
path: root/test.c
blob: eaa490e936363abe289c0ceddc29ca2fe98c1d11 (plain) (blame)
1
2
3
4
5
6
7
8
#include <string.h>
#include <stdio.h>
#include <assert.h>
#include "domain2name.c"
int main (void) {
#include "domain2name_testcase.c"
	return 0;
}