1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-cddce1" } */
5 foo (long long a
, signed char b
, signed char c
)
11 /* EVRP should remove the truncation to short, keeping (long long)bc. */
12 /* { dg-final { scan-tree-dump-not "short" "cddce1" { target int32plus } } } */