8 lines
77 B
Odin
8 lines
77 B
Odin
package tests
|
|
|
|
import "core:testing"
|
|
|
|
@(test)
|
|
foo :: proc(_: ^testing.T) {
|
|
}
|