mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-14 09:44:26 +00:00
9 lines
238 B
Odin
9 lines
238 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"
|
|
@(require) import "runtime" |