PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / builtin-apply1.c
blob7079ce3a6897400d76e73063a0d26e025b1f9e09
1 /* PR 11184 */
2 /* Origin: Dara Hazeghi <dhazeghi@yahoo.com> */
3 /* { dg-require-effective-target untyped_assembly } */
5 void *
6 objc_msg_sendv (char * arg_frame, void (*foo)())
8 return __builtin_apply ( foo, arg_frame, 4);