qfmt/test.c

14 lines
105 B
C

#include <u.h>
#include <libc.h>
#include "test/init.h"
void
main()
{
test_init();
exits(0);
}
//jl