annotate a.c @ 3661:8e8d1876d31f

<Roujo> pastequotes Roujo
author HackBot
date Fri, 06 Sep 2013 19:08:38 +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