PR tree-optimization/84740
[official-gcc.git] / gcc / testsuite / gcc.dg / pr83422.c
blobadbf7599d88558f7ccc0552bb53f1e088cabb6c4
1 /* PR debug/83422 */
2 /* { dg-do compile } */
3 /* { dg-options "-O -g --param=max-vartrack-size=1" } */
5 int
6 foo(int i, int j, int k)
8 return i + j + k;