mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-27 01:26:20 +00:00
8 lines
210 B
Odin
8 lines
210 B
Odin
// Tests intended to be ran with optimizations on
|
|
package tests_core
|
|
|
|
@(require) import "crypto"
|
|
@(require) import "crypto/bigint"
|
|
@(require) import "hash"
|
|
@(require) import "image"
|
|
@(require) import "math/big" |