14 строки
162 B
C
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;
|
|
}
|