Comment #0 by dlang-bugzilla — 2013-04-28T17:10:53Z
void* p;
void foo(void *p) {}
void main() { p.foo(); }
Compiles on 2.062, but on git complains:
test.d(3): Error: expression *p is void and has no value
test.d(3): Error: expression *p is void and has no value