mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
10 lines
283 B
D
10 lines
283 B
D
/*
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/fail207.d(11): Error: found end of file instead of initializer
|
|
fail_compilation/fail207.d(11): Error: semicolon needed to end declaration of `x`, instead of `End of File`
|
|
fail_compilation/fail207.d(10): `x` declared here
|
|
---
|
|
*/
|
|
|
|
int x = {
|