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