]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/gimplefe-24.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / gimplefe-24.c
1 /* { dg-do compile } */
2 /* { dg-options "-fgimple" } */
3
4 int __GIMPLE foo(int a)
5 {
6 int t1;
7 t1_1 = __builtin_abs (a);
8 return t1_1;
9 }