IRA: Ignore debug insns for uses in split_live_ranges_for_shrink_wrap. [PR116179]
[official-gcc.git] / gcc / testsuite / c-c++-common / analyzer / pr97233.c
blob86930aa5872c90269a49af278e1161c272c590b7
1 void
2 longjmp (__SIZE_TYPE__, int);
4 void
5 e7 (__SIZE_TYPE__ gr)
7 longjmp (gr, 1);