1e26231274 ^
b57018905f ^
5c80f57cfc ^
1
2 3
4 5
6 7 8 9 10
/* This function is supposed to not exist. */ extern int xyzzy (int); extern int foo (int); int foo (int a) { return xyzzy (a); }