match_with_pattern_guards.out 205 B

12345678910
  1. GDTEST_OK
  2. guards work
  3. a is 0 and b is 1
  4. a is equal to zero
  5. 3rd element is 3
  6. works with wildcard too.
  7. guard with multiple patterns
  8. regular pattern after guard mismatch
  9. side effect
  10. side effect only ran once