summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index d7ecf68d..cd8f3992 100644
--- a/README.md
+++ b/README.md
@@ -191,6 +191,8 @@ int main(void) {
}
}
```
+**Note**: Do ***not*** call `return`/`goto` inside a `c_auto*`-block. Instead, call `continue`, which will jump out of the block, and call `return` after the block.
+
Output
```
Found: 20, (20, 2), 20, 20, [20: 2]