]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/tentative-to-real-r/test.c
ld64-236.3.tar.gz
[apple/ld64.git] / unit-tests / test-cases / tentative-to-real-r / test.c
CommitLineData
d9246299
A
1
2void foo() {}
3
4int a;
5int b;
6int c;
7
8
9
10int* pa = &a;
11int* pb = &b;
12int* pc = &c;
13