PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / pr40861.c
blob1d955e6168b05ccce2665eb26a1ef5f3acfc5155
1 /* { dg-do compile } */
2 /* { dg-options "-O" } */
4 int foo(int i)
6 return (1LL >> 128 * i) && i;