* gcc.c-torture/execute/20011128-1.c: New test.

From-SVN: r47431
This commit is contained in:
Jeffrey A Law 2001-11-28 22:04:05 +00:00 committed by Jeff Law
parent 117b0c0a5e
commit d4d73d4c5a
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Wed Nov 28 15:05:54 2001 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/execute/20011128-1.c: New test.
2001-11-28 Hans-Peter Nilsson <hp@axis.com>
* gcc.dg/20011127-1.c: New test.

View File

@ -0,0 +1,5 @@
main()
{
char blah[33] = "01234567890123456789";
exit (0);
}