From 1030c7c47732a3aacaa6d270b840b1c14941b4ec Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 17 Jul 2024 16:17:48 +0200 Subject: Add a bug entry --- BUGS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/BUGS b/BUGS index 857427b..d30daef 100644 --- a/BUGS +++ b/BUGS @@ -33,3 +33,13 @@ foo :: () { bar :: () { foo := 5; } } + +4. The following code breaks for a yet unknown reason. This will + perhaps be automatically resolved when the scoping issues are ironed + out when bug #1 is fixed. + + X :: 42; + foo :: () { + bar :: () int { return X; } + x := bar(); + } -- cgit v1.2.3