qfmt/test.c

14 lines
105 B
C
Raw Normal View History

2023-11-02 15:47:38 -04:00
#include <u.h>
#include <libc.h>
2023-11-03 20:02:10 -04:00
#include "test/init.h"
2023-11-02 15:47:38 -04:00
void
main()
{
2023-11-03 20:02:10 -04:00
init_test();
2023-11-02 15:47:38 -04:00
exits(0);
}
//jl