1 /* Test for <tgmath.h> in C99. */
2 /* Origin: Matt Austern <austern@apple.com>
3 /* { dg-do compile } */
4 /* { dg-options "-std=iso9899:1999" } */
6 /* Test that invoking type-generic sin on a float invokes sinf. */
14 /* { dg-final { scan-assembler "sinf" } } */