]>
git.saurik.com Git - apple/ld64.git/blob - ld64-134.9/unit-tests/test-cases/dead_strip/deadwood.c
3 // deadwood() is local to its linkage unit and is unsed,
4 // so reference to undef() is ok
8 void dead_wood() __attribute__((visibility("hidden")));
9 void dead_wood() { undef(); }