Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gdc.dg / gdc194.d
blob6802895c769dd7577f23665eded8bd621489107f
1 // https://bugzilla.gdcproject.org/show_bug.cgi?id=194
2 // { dg-do compile }
4 auto test194(ref bool overflow)
6 import core.checkedint;
8 return adds(1, 1, overflow);