diff options
| author | nihilus <nihilus@web> | 2013-05-07 02:41:15 +0200 |
|---|---|---|
| committer | Wiki User Oberon <nobody@nowhere.ws> | 2013-05-07 02:41:15 +0200 |
| commit | 95ae7eefeabbd398190b4604436d2adc746e8bf6 (patch) | |
| tree | 7da4bc54e58fee184acc3ae14605dd0588f75767 | |
| parent | a87872afad6e5d341188845b413caf7fef747537 (diff) | |
| -rw-r--r-- | sandbox.mdwn | 7 |
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. |
