Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gdc.dg / pr101657.d
blob0d77c36f0306fe0fba6acdf9f20a3ec73264f7c1
1 // https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101657
2 // { dg-do compile }
3 // { dg-additional-options "-H" }
5 void fun101657()
7 fail; // { dg-error "undefined identifier 'fail'" }
10 // { dg-final { if ![file exists pr101657.di] \{ } }
11 // { dg-final { pass "gdc.dg/pr101657.d (file exists pr101657.di)" } }
12 // { dg-final { \} else \{ } }
13 // { dg-final { fail "gdc.dg/pr101657.d (file exists pr101657.di)" } }
14 // { dg-final { \} } }