3 #if (defined _WIN32 || defined __APPLE__) && (!defined __TINYC__ || defined __leading_underscore)
10 /* clang needs some help tp not throw functions away even at -O0 */
11 #define __USED __attribute__((__used__))
16 static int __USED
x1_c (void)
23 asm(".text;"_
"x1: call "_
"x1_c; ret");
25 /* Keep stack aligned */
26 asm(".text;"_
"x1: sub $8,%rsp; call "_
"x1_c; add $8,%rsp; ret");
30 void callx5_again(void);
37 int main(int argc
, char *argv
[])