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