]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/non-lazy-r/foo.c
ld64-77.tar.gz
[apple/ld64.git] / unit-tests / test-cases / non-lazy-r / foo.c
CommitLineData
a61fdf0a
A
1
2
3
4extern int foo;
5
6int getfoo() { return foo; }
7
8
9extern int other;
10
11int getother() { return other; }
12