metal-cos/bin/false/false.c

9 lines
96 B
C

#include <sys/cdefs.h>
int
main(UNUSED int argc, UNUSED const char *argv[])
{
return 1;
}