2 20000722-1.c from the execute part of the gcc torture tests.
11 // TODO: Enable whens dcc supports this!
13 struct s
{ char *p
; int t
; };
15 extern void bar (void);
16 extern void foo (struct s
*);
20 testTortureExecute (void)
33 foo (& (struct s
) { "hi", 1 });
38 void foo (struct s
*p
)