Here's what I did to get things working.
Yep, over at: https://developer.apple.com
Here's what I did to get things working.
Yep, over at: https://developer.apple.com
| typedef struct { | |
| int girlfriend; | |
| } holder; | |
| typedef struct { | |
| holder a; | |
| } toplevel; | |
| typedef struct { | |
| int this; |