blob: 6802895c769dd7577f23665eded8bd621489107f [file] [log] [blame]
// 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);
}