]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/non-lazy-r/foo.c
ld64-95.2.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / non-lazy-r / foo.c
1
2
3
4 extern int foo;
5
6 int getfoo() { return foo; }
7
8
9 extern int other;
10
11 int getother() { return other; }
12
13
14 extern int tent;
15
16 int gettent() { return tent; }
17