* gcc.dg/ipa/inline-2.c: Fix implicit declarations.
[official-gcc.git] / gcc / testsuite / gcc.dg / fold-eqcmplx-1.c
blob32f4396ba908886a48e9af3634567f08da7a37dc
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-original" } */
4 int foo(float x, float y)
6 return (_Complex float)x == (_Complex float)y;
9 /* { dg-final { scan-tree-dump-times "x == y" 1 "original" } } */
10 /* { dg-final { cleanup-tree-dump "original" } } */