9 lines
67 B
C
Raw Normal View History

2016-07-21 21:35:07 +02:00
extern void check (void);
int
main ()
{
check ();
return 0;
}