digitalmars.D.bugs - [Issue 24791] New: Expression doesn't work
- d-bugmail puremagic.com (19/19) Oct 03 https://issues.dlang.org/show_bug.cgi?id=24791
https://issues.dlang.org/show_bug.cgi?id=24791 Issue ID: 24791 Summary: Expression doesn't work Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: minor Priority: P1 Component: dmd Assignee: nobody puremagic.com Reporter: turkeyman gmail.com I feel like this should work: int x; pragma(msg, typeof(x)*); error : expression expected, not `)` It should print `int*` --
Oct 03