(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.dg/
gdc194.d
// https://bugzilla.gdcproject.org/show_bug.cgi?id=194
// { dg-do compile }

auto test194(ref bool overflow)
{
    import core.checkedint;

    return adds(1, 1, overflow);
}