MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / unmatchedbrace.d
blob30dc3b5d90e3d08e135bfc0d81acf7103d0a136a
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/unmatchedbrace.d(11): Error: matching `}` expected, not `End of File`
5 fail_compilation/unmatchedbrace.d(8): unmatched `{`
6 ---
7 */
8 @safe {
9 //
10 struct S {}