Sign in
gnu
/
gcc.git
/
refs/heads/trunk
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
unmatchedbrace.d
blob: 30dc3b5d90e3d08e135bfc0d81acf7103d0a136a [
file
]
/*
TEST_OUTPUT:
---
fail_compilation/unmatchedbrace.d(11): Error: matching `}` expected, not `End of File`
fail_compilation/unmatchedbrace.d(8): unmatched `{`
---
*/
@safe
{
//
struct
S
{}