annotate a.c @ 3523:63fd0c024eeb

<boily> learn disflagrate v.t.: a traditional technique from Poland (earliest attestation c. 1042) used to separate szoups. Nowadays, commercial production is entirely mechanized.
author HackBot
date Thu, 29 Aug 2013 19:08:46 +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