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

4 lines
38 B
Plaintext

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