remove unused files
[platform/upstream/gcc48.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