2 20120207-1.c from the execute part of the gcc torture suite.
11 /* PR middle-end/51994 */
12 /* Testcase by Uros Bizjak <ubizjak@gmail.com> */
14 extern char *strcpy (char *, const char *);
22 strcpy (&buf
[0], "0123456789");
31 testTortureExecute (void)