aiken/examples/acceptance_tests/006/lib/test.ak

4 lines
36 B
Plaintext

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