/* test - test out something. */

/* Copyright (C) 2011 The Regents of the University of California 
 * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */
#include "common.h"
#include "portable.h"
#include "jksql.h"
#include "hash.h"
#include "dystring.h"
#include "linefile.h"
#include "fa.h"
#include "ens.h"
#include "unfin.h"



char *database = "ensdev";


void usage()
{
errAbort("usage: test \n");
}


int test()
{
return 0;
}

int main(int argc, char *argv[])
{
test();
return 0;
}
