(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
20020426-1.c
       1  /* { dg-do compile } */
       2  /* { dg-require-effective-target ilp32 } */
       3  /* { dg-options "-msoft-float -mfp-ret-in-387" } */
       4  
       5  void f() {
       6    __builtin_apply(0, 0, 0);
       7  }