We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b5a31 commit 411a163Copy full SHA for 411a163
tests/internal/test_anonymous_globals.odin
@@ -4,6 +4,7 @@ import "core:testing"
4
5
6
7
+// https://github.com/odin-lang/Odin/pull/5908
8
@(test)
9
test_address_of_anonymous_global :: proc(t: ^testing.T) {
10
// This loop exists so that we do more computation with stack memory
@@ -32,6 +33,8 @@ Inner_Struct :: struct{
32
33
34
35
36
37
+//
38
// Regression test for commit f1e3977cf94dfc0457f05d499cc280d8e1329086 where a larger anonymous global is needed to trigger
39
// the bug
40
0 commit comments