OSDN Git Service

* gcc.dg/vect/vect-105.c: Prevent compiler from hoisting abort
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / torture / pr27773.c
1 /* { dg-do compile } */
2
3 _Complex float f(_Complex float a, float b)
4 {
5   return a - a*b;
6 }