PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / gimplefe-24.c
blob1f8dbb472538d883d60ffcffbdb0f20859bb4023
1 /* { dg-do compile } */
2 /* { dg-options "-fgimple" } */
4 int __GIMPLE foo(int a)
6 int t1;
7 t1_1 = __builtin_abs (a);
8 return t1_1;