mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
Fix test for global procedure initialization
This commit is contained in:
@@ -3,7 +3,7 @@ package test_internal
|
||||
@(private="file")
|
||||
global_any_from_proc: any = from_proc()
|
||||
|
||||
from_proc :: proc() -> f32 {
|
||||
from_proc :: proc "contextless" () -> f32 {
|
||||
return 1.1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user