ead3f08671
Fixed a bug in string constant handling. git-svn-id: http://picoc.googlecode.com/svn/trunk@11 21eae674-98b7-11dd-bd71-f92a316d2d60
7 lines
53 B
C
7 lines
53 B
C
int main()
|
|
{
|
|
printf("Hello world\n");
|
|
}
|
|
|
|
main();
|