2 950628-1.c from the execute part of the gcc torture suite.
11 // TODO: Enable when sdcc supports struct return!
15 char hours
, day
, month
;
40 testTortureExecute (void)
43 if (f ().hours
!= 1 || f ().day
!= 2 || f ().month
!= 3 || f ().year
!= 4)