1 /* { dg-do compile { target { powerpc*-*-linux* } } } */
2 /* { dg-options "-mlong-double-128 -mabi=ibmlongdouble -Wno-psabi" } */
3
4 typedef __complex float cflt_t __attribute__((mode(IC)));
5
6 cflt_t
7 divide (cflt_t *ptr)
8 {
9 return *ptr;
10 }