2 20010604-1.c from the execute part of the gcc torture tests.
13 int func (int a
, int b
, int c
, _Bool d
, _Bool e
, _Bool f
, char g
)
15 if (g
!= 1 || d
!= true || e
!= true || f
!= true) ASSERT (0);
20 testTortureExecute (void)
22 if (func (1, 2, -3, true, true, true, '\001'))