]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/rebase-basic/foo.c
ld64-123.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / rebase-basic / foo.c
CommitLineData
69a49097
A
1
2int foo() { return 10; }
3
4void* foop = &foo;
5
6int glob = 5;
7
8int* globp = &glob;
9
10
11int big[3000];
12
13
14