blob: 27c377b978847da2a88dba696f6724d713464634 [file] [log] [blame] [edit]
extern int pass2b(void);
int main()
{
return pass2b();
}