blob: dbb4dafedc7a995bf8a0077a22d8dbe4e14dbe3e [file] [log] [blame]
/*
* Main program for test1, test2.
*/
#include <stdio.h>
extern int show_foo ();
int
main()
{
printf("%d\n", show_foo());
return 0;
}