garage/nixctor/main.c

7 lines
70 B
C

void libfunc(void);
int
main(int argc, char *argv[])
{
libfunc();
}