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