From 1f68f252e0b56ba71941b0f095f15d283a37bd6c Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Sat, 3 Sep 2022 00:17:50 -0400 Subject: [PATCH] Added defer statement to control flow test --- tests/parser/func/main.arf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/parser/func/main.arf b/tests/parser/func/main.arf index bff967c..dd44b76 100644 --- a/tests/parser/func/main.arf +++ b/tests/parser/func/main.arf @@ -78,6 +78,10 @@ func ro fReturnDirection func ro gControlFlow --- + defer + something + otherThing + if condition something