blob: 5c8166eaa6e6b0f5d81a8c9501166b35b34e78b7 [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/missingbrace.d(11): Error: matching `}` expected following compound statement, not `End of File`
fail_compilation/missingbrace.d(9): unmatched `{`
---
*/
void main()
{
int a;