7 void populate(MyInt i
);
15 typedef union MyUnion
{
20 typedef struct MyNestedStruct
{
29 typedef struct MyStruct
{
39 struct RecursiveStruct
{
40 struct RecursiveStruct
*n
;
44 struct ForwardDecl
*forward
;
45 struct LargeStruct bar
;
46 struct RecursiveStruct ke
;
48 void populate(MyInt i
) {
63 int main(int argc
, char** argv
) {
65 printf("foo is at address: %p\n", (void*)&foo
); // Break here