mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-22 21:54:59 -07:00
Remove "overloading" bug of para-poly-procs
This commit is contained in:
+1
-7
@@ -1,13 +1,7 @@
|
||||
import (
|
||||
"fmt.odin";
|
||||
)
|
||||
|
||||
import "fmt.odin";
|
||||
|
||||
proc main() {
|
||||
var ptr = new(int);
|
||||
ptr^ = 123;
|
||||
|
||||
fmt.println(ptr^);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user