picoc/test/01_comment.c
zik.saleeba 51afc538be struct are now working
git-svn-id: http://picoc.googlecode.com/svn/trunk@69 21eae674-98b7-11dd-bd71-f92a316d2d60
2009-02-10 08:42:09 +00:00

6 lines
122 B
C

sayhello();
sayhello(); /* this is a comment */ sayhello();
sayhello();
// this is also a comment sayhello();
sayhello();