]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/tlv-dylib/foo.c
a82eafb40c7d1077a4cc5d177902c0825592fb2b
[apple/ld64.git] / unit-tests / test-cases / tlv-dylib / foo.c
1
2 // foo is an exported thread local variable
3 __thread int foo = 6;
4
5 // _bar is an exported regular variable
6 int bar = 5;
7