When specifying -H switch for a function/class that looks like:
void f(void function() f2);
the .di file contains:
void f(void function()* f2);
which will not allow compilation.
Comment #1 by schveiguy — 2007-11-08T21:51:06Z
Created attachment 206
code that demonstrates problem