1
1
openmpi/test/lam/lfc/list_test.c
Jeff Squyres eac0235eb7 Silence compiler warning
This commit was SVN r395.
2004-01-15 03:34:24 +00:00

14 строки
162 B
C

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