mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 09:23:44 +00:00
tests/hard_coded/Mmakefile:
tests/hard_coded/uint{8,16,32}_switch_test.{m,exp}:
As above.
10 lines
199 B
Plaintext
10 lines
199 B
Plaintext
foo(0u8, _) ==> <<FALSE>>
|
|
foo(1u8, "one")
|
|
foo(2u8, _) ==> <<FALSE>>
|
|
foo(3u8, "three")
|
|
foo(4u8, _) ==> <<FALSE>>
|
|
foo(5u8, "five")
|
|
foo(6u8, _) ==> <<FALSE>>
|
|
foo(7u8, "seven")
|
|
foo(8u8, _) ==> <<FALSE>>
|