]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/pr46288.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr46288.c
1 /* { dg-do compile } */
2 /* { dg-options "-O -fno-tree-dce" } */
3
4 void foo (int i)
5 {
6 __builtin_expect (i, i);
7 }
8