(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
other/
pr104989.C
// PR rtl-optimization/104989
// { dg-do compile }
// { dg-options "-fnon-call-exceptions" }

struct a {
  short b : -1ULL;
};
void c(...) { c(a()); }
// { dg-excess-errors "" }