1 /* Test for <tgmath.h> in C99. */
2 /* Origin: Matt Austern <austern@apple.com>
3 /* { dg-do compile { target c99_runtime } } */
4 /* { dg-options "-std=iso9899:1999" } */
5 /* { dg-add-options c99_runtime } */
6 /* { dg-require-effective-target tgmath_h } */
8 /* Test that invoking type-generic pow on complex float invokes cpowf. */
11 complex double foo(complex float x
, float y
)
16 /* { dg-final { scan-assembler "cpowf" } } */