annotate a.c @ 3421:d4862298d522

<Phantom_Hoover> echo "#!/bin/sh" >> bin/^_^v
author HackBot
date Fri, 16 Aug 2013 16:46:14 +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