mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
11 lines
99 B
C
11 lines
99 B
C
/*
|
|
* Main program for test1, test2.
|
|
*/
|
|
|
|
int
|
|
main()
|
|
{
|
|
printf("%d\n", show_foo());
|
|
return 0;
|
|
}
|