]>
git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/weak-def-flag/main-strip-weak.c
3 // the 'l' prefix makes this an auto-strip symbol
4 void my_auto_strip_weak() __asm ( "lautostrip" );
6 void __attribute__((weak
)) my_auto_strip_weak()