(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
sse2-float16-1.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-O2 -mno-sse2" } */
       3  
       4  _Float16/* { dg-error "is not supported on this target" } */
       5  foo (_Float16 x) /* { dg-error "is not supported on this target" } */
       6  {
       7    return x;
       8  }