aiken/examples/tests/f/lib/main.ak

4 lines
36 B
Plaintext

test foo() {
(1, []) == (1, [])
}