2 regstack-1.c from the execute part of the gcc torture tests.
7 #if 0 // TODO: Enable when SDCC supports long double!
12 long double X
, Y
, Z
, T
, R
, S
;
15 testTortureExecute (void)
32 if (Z
!= 68. || Y
!= 49. || X
!= 58. || Y1
!= 186.5 || R
!= 193. || S
!= 77.
33 || T
!= 65. || Y2
!= 11.)