summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.