Added a test for a weird problem I was having on OSX.

git-svn-id: http://picoc.googlecode.com/svn/trunk@604 21eae674-98b7-11dd-bd71-f92a316d2d60
This commit is contained in:
zik.saleeba 2014-03-01 00:23:00 +00:00
parent 1493fa103d
commit caae9e2693
3 changed files with 13 additions and 1 deletions

View file

@ -0,0 +1,11 @@
#include <stdio.h>
void fred()
{
printf("test\n");
}
void main()
{
fred();
}

View file

@ -0,0 +1 @@
test

View file

@ -59,7 +59,7 @@ TESTS= 00_assignment.test \
62_float.test \
63_typedef.test \
64_double_prefix_op.test \
#65_typeless.test \
66_printf_undefined.test \
include csmith/Makefile