9 lines
67 B
C
Raw Normal View History

extern void check (void);
int
main ()
{
check ();
return 0;
}