]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/tlv-dylib/foo.c
ld64-136.tar.gz
[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