1/* { dg-require-effective-target untyped_assembly } */
2
3g (a, b) {}
4
5f (xx)
6     void* xx;
7{
8  __builtin_apply ((void*)g, xx, 200);
9}
10