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