Add new test to verify that the array index, limit, and stride are
[official-gcc.git] / gcc / testsuite / gcc.dg / pr46251.c
blob0eeb29fda9df27f5ddf0c48f858431c4b44a585a
1 /* { dg-do compile } */
2 /* { dg-options "-ffast-math" } */
4 void foo (long double *x)
6 __builtin_sincosl (*x, x, x);