metal-cos/bin/false/false.c

9 lines
96 B
C
Raw Normal View History

2024-10-04 05:55:19 +00:00
#include <sys/cdefs.h>
int
2024-10-04 05:55:19 +00:00
main(UNUSED int argc, UNUSED const char *argv[])
{
return 1;
}