mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
6 lines
147 B
Odin
6 lines
147 B
Odin
// Tests intended to be ran with optimizations on
|
|
package tests_core
|
|
|
|
@(require) import "crypto"
|
|
@(require) import "hash"
|
|
@(require) import "image" |