]>
git.saurik.com Git - apple/ld64.git/blob - ld64-134.9/unit-tests/test-cases/dead_strip-archive-global/foo.c
41478e80d3b801d6f88c98f7b3bbcb5cbed4ae14
2 static int foo_count
= 0;
3 static int bar_count
= 0;
4 static int baz_count
= 0;
7 void foo() { ++foo_count
; }
9 void bar() { ++bar_count
; }
11 void __attribute__((visibility("hidden")))
12 baz() { ++baz_count
; }