diff --git a/vlib/builtin/int.v b/vlib/builtin/int.v index ac087a50d9..29bfd95050 100644 --- a/vlib/builtin/int.v +++ b/vlib/builtin/int.v @@ -8,6 +8,7 @@ module builtin // type u8 = byte +type i32 = int // ptr_str returns the address of `ptr` as a `string`. pub fn ptr_str(ptr voidptr) string {