ovni/test/unit/thread.c
2023-03-24 12:08:45 +00:00

9 lines
76 B
C

#include "emu/thread.h"
#include "common.h"
int main(void)
{
return 0;
}