7 lines
88 B
C
7 lines
88 B
C
/* See LICENSE file for copyright and license details. */
|
|
int
|
|
main(void)
|
|
{
|
|
return 1;
|
|
}
|