2 931004-3.c from the execute part of the gcc torture suite.
11 // Todo: enable when sdcc supports struct passing!
18 f (int n
, struct tiny x
, struct tiny y
, struct tiny z
, long l
)
35 testTortureExecute (void)
42 f (3, x
[0], x
[1], x
[2], (long) 123);