tree-core.h (omp_clause_code): Comments regarding range checks for OMP_CLAUSE_...
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail7603a.d
bloba106a566a5c4407faa09153ae23e627de3f705bb
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail7603a.d(7): Error: cannot create default argument for `ref` / `out` parameter from constant `true`
5 ---
6 */
7 void test(ref bool val = true) { }