[AArch64] Fix SVE testsuite failures for ILP32 (PR 83846)
[official-gcc.git] / gcc / testsuite / g++.dg / pr82413.C
bloba44751d5fcbbb3806da89315bf0cda23cc9363fa
1 bool a;
2 int b;
3 void c() { b &&a <= 0; }