Files
sindri/tests/blabla.odin
T
2026-08-03 21:51:48 +02:00

9 lines
119 B
Odin

package tests
import "core:testing"
@(test)
foo :: proc(t: ^testing.T) {
testing.expect(t, 1 + 1 == 2, "pass")
}