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

8 lines
77 B
Odin

package tests
import "core:testing"
@(test)
foo :: proc(_: ^testing.T) {
}