ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gdc.dg/gdc194.d

10 lines
175 B
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);
}