mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-18 20:02:22 -07:00
Fix minor parsing bug with procedure return types
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
import "fmt.odin";
|
||||
|
||||
main :: proc() {
|
||||
v, ok := fmt.string_to_enum_value(Allocator.Mode, "FreeAll");
|
||||
if ok do assert(v == Allocator.Mode.FreeAll);
|
||||
fmt.println("Hellope!");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user