Be careful about comdat boundary in ICF (PR ipa/82352).
[official-gcc.git] / gcc / testsuite / g++.dg / pr82413.C
bloba44751d5fcbbb3806da89315bf0cda23cc9363fa
1 bool a;
2 int b;
3 void c() { b &&a <= 0; }