From 411a1638278810f7ac70d80b3e90bb0b9b852c59 Mon Sep 17 00:00:00 2001 From: Tohei Ichikawa Date: Sun, 9 Nov 2025 22:02:37 -0500 Subject: Add link to relevant PR to test case --- tests/internal/test_anonymous_globals.odin | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/internal/test_anonymous_globals.odin b/tests/internal/test_anonymous_globals.odin index dd59ee376..177f31599 100644 --- a/tests/internal/test_anonymous_globals.odin +++ b/tests/internal/test_anonymous_globals.odin @@ -4,6 +4,7 @@ import "core:testing" +// https://github.com/odin-lang/Odin/pull/5908 @(test) test_address_of_anonymous_global :: proc(t: ^testing.T) { // This loop exists so that we do more computation with stack memory @@ -32,6 +33,8 @@ Inner_Struct :: struct{ +// https://github.com/odin-lang/Odin/pull/5908 +// // Regression test for commit f1e3977cf94dfc0457f05d499cc280d8e1329086 where a larger anonymous global is needed to trigger // the bug @(test) -- cgit v1.2.3