summaryrefslogtreecommitdiff
path: root/sandbox.mdwn
diff options
context:
space:
mode:
authornihilus <nihilus@web>2013-05-07 02:41:15 +0200
committerWiki User Oberon <nobody@nowhere.ws>2013-05-07 02:41:15 +0200
commit95ae7eefeabbd398190b4604436d2adc746e8bf6 (patch)
tree7da4bc54e58fee184acc3ae14605dd0588f75767 /sandbox.mdwn
parenta87872afad6e5d341188845b413caf7fef747537 (diff)
Diffstat (limited to 'sandbox.mdwn')
-rw-r--r--sandbox.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/sandbox.mdwn b/sandbox.mdwn
index acd0dbf..c9a8cd9 100644
--- a/sandbox.mdwn
+++ b/sandbox.mdwn
@@ -16,6 +16,13 @@ int main(int argc, char **argv)
puts("Hello, World!\n");
return 0;
}
+
+static void troll(void)
+{
+ goto out;
+out:
+ return 5;
+}f
"""]]
Here's a paragraph.