mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-15 12:20:26 +00:00
Fix minor parsing bug with procedure return types
This commit is contained in:
@@ -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