remove unused files
[platform/upstream/gcc48.git] / gcc / testsuite / gcc.dg / pr50908-3.c
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -ftree-tail-merge" } */
3
4 extern int v1;
5 extern int v2;
6
7 void
8 f ()
9 {
10   if (v2 || v1)
11     (!(v1)) ? (void) 0 : (void) g ();
12 }