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