1/* { dg-do compile } */
2/* { dg-require-effective-target ilp32 } */
3/* { dg-options "-msoft-float -mfp-ret-in-387" } */
4
5void f() {
6  __builtin_apply(0, 0, 0);
7}
8