]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/builtin-apply1.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / builtin-apply1.c
1 /* PR 11184 */
2 /* Origin: Dara Hazeghi <dhazeghi@yahoo.com> */
3 /* { dg-require-effective-target untyped_assembly } */
4
5 void *
6 objc_msg_sendv (char * arg_frame, void (*foo)())
7 {
8 return __builtin_apply ( foo, arg_frame, 4);
9 }
10