OSDN Git Service

r284@cf-ppc-macosx: monabuilder | 2008-12-07 10:57:41 +0900
[pf3gnuchains/pf3gnuchains3x.git] / ld / testsuite / ld-elfweak / foo1b.c
1 int deallocate_foo;
2
3 int *
4 foo ()
5 {
6   return &deallocate_foo;
7 }