summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/builtin-apply1.c
blob: 7079ce3a6897400d76e73063a0d26e025b1f9e09 (plain)
1
2
3
4
5
6
7
8
9
10
/* PR 11184 */
/* Origin:  Dara Hazeghi <dhazeghi@yahoo.com> */
/* { dg-require-effective-target untyped_assembly } */

void *
objc_msg_sendv (char * arg_frame, void (*foo)())
{
  return __builtin_apply ( foo, arg_frame, 4);
}