From 7708a88771574892699c579d06d11aa9140c537a Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 12 Jun 2025 15:24:27 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E4=BF=AE=E6=94=B9Demo6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playground/Demo6/Main.snow | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playground/Demo6/Main.snow b/playground/Demo6/Main.snow index 829a49f..d83ff5d 100644 --- a/playground/Demo6/Main.snow +++ b/playground/Demo6/Main.snow @@ -3,8 +3,8 @@ module: Main parameter: return_type: int body: - - return 0 + declare b1 :int =-1 + return b1 end body end function end module \ No newline at end of file