mirror of
https://github.com/darlinghq/darling-dyld.git
synced 2024-11-23 12:29:44 +00:00
8 lines
70 B
C
8 lines
70 B
C
|
|
int pack = 0;
|
|
|
|
extern int foo();
|
|
|
|
int bar() {
|
|
return foo() + pack;
|
|
} |