1extern int a_function ();2extern int b_function ();3 4int5main (int argc, char const *argv[])6{7 return a_function();8}9