https://issues.dlang.org/show_bug.cgi?id=23864

--- Comment #4 from Walter Bright <bugzi...@digitalmars.com> ---
(In reply to emteria_wegwerf from comment #2)
> I get
> 
> $ dmd test.i
> test.c(8): Error: expression expected, not `{`

This is because of the expression statement. This problem was fixed with:

https://github.com/dlang/dmd/pull/15093

--

Reply via email to