1 /* { dg-do compile { target c99_runtime } } */
2 /* { dg-options "-O -fgimple -fdump-tree-ssa-gimple" } */
4 #define foo(type, num) \
5 type __GIMPLE () foo_##num (type a, type b, type c) \
8 t0_1 = __FMA (a, b, c); \
16 /* { dg-final { scan-tree-dump-times "__FMA" 3 "ssa" } } */