aiken/examples/acceptance_tests/080/lib/tests.ak

10 lines
69 B
Plaintext

test foo() {
let bar =
Void
expect Void =
bar
True
}