2 20000010-2.c from the execute part of the gcc torture tests.
11 /* Copyright (C) 2000 Free Software Foundation */
12 /* by Alexandre Oliva <aoliva@redhat.com> */
17 const char *list
[] = { "*", "e" };
19 static int bar (const char *fmt
) {
20 return (strchr (fmt
, '*') != 0);
25 for (i
= 0; i
< sizeof (list
) / sizeof (*list
); i
++) {
26 const char *fmt
= list
[i
];
37 testTortureExecute (void) {