MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail3673b.d
blobbf745ac8bbd0424b3eb28757aea6800a68fbec3c
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail3673b.d(12): Error: basic type expected, not `if`
5 fail_compilation/fail3673b.d(12): Error: template constraints only allowed for templates
6 fail_compilation/fail3673b.d(12): Error: { } expected following `class` declaration
7 fail_compilation/fail3673b.d(12): Error: no identifier for declarator `A`
8 fail_compilation/fail3673b.d(12): Error: declaration expected, not `{`
9 ---
11 class A {}
12 class B : if(false) A { }