October 04
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*`

--