blob: 370275a0768b6268951b83846ef19325c13e5c0d [file] [log] [blame]
extern void check (void);
int
main ()
{
check ();
return 0;
}