picoc/hello.c
zik.saleeba a8008e9ac7 Function calls now work.
git-svn-id: http://picoc.googlecode.com/svn/trunk@21 21eae674-98b7-11dd-bd71-f92a316d2d60
2008-12-24 03:27:53 +00:00

8 lines
38 B
C

void fred()
{
default
}
fred();