/*
* $HEADER$
*/
#include "support.h"
#include "lam/lfc/list.h"
int main(int argc, char **argv)
{
test_init("List");
test_finalize();
return 0;
}