#import "fmt.odin"; #import "os.odin"; #import "math.odin"; main :: proc() { x := 1+2i; fmt.printf("%v\n", x); }