IRA: Ignore debug insns for uses in split_live_ranges_for_shrink_wrap. [PR116179]
[official-gcc.git] / gcc / testsuite / c-c++-common / analyzer / pr98580-b.c
blob629ebcec3c8105a445a65577578ea1840de3b440
1 extern int *p;
2 int foo() { return *p; }