changeset 3383:16a27e548783

<kmc> echo $\'main() { foo:; int x = 3; goto foo; }\\n\' > a.c && gcc a.c
author HackBot
date Wed, 07 Aug 2013 00:34:16 +0000
parents 5155726ed732
children 81eff52d6555
files a.c a.out
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/a.c	Wed Aug 07 00:34:05 2013 +0000
+++ b/a.c	Wed Aug 07 00:34:16 2013 +0000
@@ -1,2 +1,2 @@
-main() { foo: int x = 3; goto foo; }
+main() { foo:; int x = 3; goto foo; }
 
Binary file a.out has changed