The following does not compile:
typedef struct {
int fortytwo;
} foo, bar;
The error given is:
====================
Semi-colon expected
after typedef,line XX
(OK) (Goto)
-------------------
The dual-typed typedef does compile with other
non-onboard compilers.