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

7 lines
100 B
Plaintext

// Should this fail or equal true?
// Should != be false or true?
test nil_1() {
Unit == Unit
}