Skip to content

Commit 411a163

Browse files
committed
Add link to relevant PR to test case
1 parent d6b5a31 commit 411a163

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/internal/test_anonymous_globals.odin

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import "core:testing"
44

55

66

7+
// https://github.com/odin-lang/Odin/pull/5908
78
@(test)
89
test_address_of_anonymous_global :: proc(t: ^testing.T) {
910
// This loop exists so that we do more computation with stack memory
@@ -32,6 +33,8 @@ Inner_Struct :: struct{
3233

3334

3435

36+
// https://github.com/odin-lang/Odin/pull/5908
37+
//
3538
// Regression test for commit f1e3977cf94dfc0457f05d499cc280d8e1329086 where a larger anonymous global is needed to trigger
3639
// the bug
3740
@(test)

0 commit comments

Comments
 (0)