]>
git.saurik.com Git - apple/dyld.git/blob - testing/test-cases/weak-coalesce.dtest/foo3.c
5 int __attribute__((weak
)) coal1
= 3;
6 int __attribute__((weak
)) coal2
= 2;
8 static __attribute__((constructor
))
11 //fprintf(stderr, "myinit() in foo1.c\n");
12 baseVerifyCoal1("in foo3", &coal1
);
13 baseVerifyCoal2("in foo3", &coal2
);