9 lines
120 B
C
9 lines
120 B
C
|
/* See LICENSE file for copyright and license details. */
|
||
|
#include <stdlib.h>
|
||
|
|
||
|
int
|
||
|
main(void)
|
||
|
{
|
||
|
return EXIT_FAILURE;
|
||
|
}
|