1 /* { dg-do compile } */
2 /* { dg-options "-O2 -frounding-math" } */
3 /* { dg-add-options float16 } */
4 /* { dg-require-effective-target float16 } */
6 void f(_Complex _Float16
*);
8 foo1 (_Complex _Float16
*d
)
10 _Complex _Float16 cf
= 3967 + 3791 * 1i
;