view a.c @ 3705:5d6ec07e99da

<oerjan> echo test >>test; cat test
author HackBot
date Wed, 11 Sep 2013 04:51:25 +0000
parents 16a27e548783
children
line wrap: on
line source

main() { foo:; int x = 3; goto foo; }