mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 14:18:47 +00:00
big: Add reduce_2k.
This commit is contained in:
@@ -203,8 +203,8 @@ int_to_byte_little :: proc(v: ^Int) {
|
||||
}
|
||||
|
||||
demo :: proc() {
|
||||
a, b, c, d, e, f := &Int{}, &Int{}, &Int{}, &Int{}, &Int{}, &Int{};
|
||||
defer destroy(a, b, c, d, e, f);
|
||||
// a, b, c, d, e, f := &Int{}, &Int{}, &Int{}, &Int{}, &Int{}, &Int{};
|
||||
// defer destroy(a, b, c, d, e, f);
|
||||
}
|
||||
|
||||
main :: proc() {
|
||||
|
||||
Reference in New Issue
Block a user