repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
d: Merge upstream dmd, druntime 4c18eed967, phobos d945686a4.
[official-gcc.git]
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
unmatchedbrace.d
blob
30dc3b5d90e3d08e135bfc0d81acf7103d0a136a
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
{}