blob: 6a952281ecda0b2550e6d78a37fa4b8d90826736 [file] [log] [blame]
/* { 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;
}