aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.apple/special/liblongcall.c
blob: 6a952281ecda0b2550e6d78a37fa4b8d90826736 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile { target powerpc*-*-darwin* } } */
/* { dg-options "-mlongcall" } */
#include <stdio.h>

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