From 9688e59d1e7778846dfed197beb1add1de25dae3 Mon Sep 17 00:00:00 2001 From: Tyge Løvset <60263450+tylov@users.noreply.github.com> Date: Wed, 27 Oct 2021 09:49:00 +0200 Subject: Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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] -- cgit v1.2.3