annotate a.c @ 3575:add87b992baa

<Roujo> echo \xe3\x83\xbd\xe0\xbc\xbc\xe0\xba\x88\xd9\x84\xcd\x9c\xe0\xba\x88\xe0\xbc\xbd\xef\xbe\x89 > raise_them
author HackBot
date Fri, 30 Aug 2013 13:05:58 +0000
parents 16a27e548783
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3383
16a27e548783 <kmc> echo $\'main() { foo:; int x = 3; goto foo; }\\n\' > a.c && gcc a.c
HackBot
parents: 3382
diff changeset
1 main() { foo:; int x = 3; goto foo; }
3381
6c1921ed1fd2 <Jafet> echo $\'main() { int x; x = 3; int y; return x + y; }\\n\' > a.c && gcc a.c
HackBot
parents:
diff changeset
2