aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.apple/special/liblongcall.c
blob: 297e473927a39405e657f6034f7ea28de37087ac (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-options "-mlongcall" } */

int
dy_foo (char *str, int i)
{
  printf ("dy_foo (\"%s\", %d)\n", str, i);
  return i + 1;
}