VAX 1649, VS2008, C++, WinXP SP2
Try this
#define BLA
typedef void (*BLA t_fpTest)(void);
// somewhere type the typedef like
t_fpTest fp ; // Move cursor on t_fpTest and try "Go" to
The "Go" doesn't work with the macro in the typedef. Remove the macro and the "Go" works as expected.