mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
I was failing because leftover grep command that filters out a warning about '.note.GNU-stack' (No idea where it was fixed) Signed-off-by: Kakadu <Kakadu@pm.me>
35 lines
764 B
Raku
35 lines
764 B
Raku
This file was autogenerated.
|
|
$ ../../src/Driver.exe -runtime ../../runtime -I ../../runtime -I ../../stdlib/x64 -ds -dp test18.lama -o test
|
|
$ ./test
|
|
1 =?= 1 = 0
|
|
symmetricity: ok
|
|
1 =?= 10 = -1
|
|
symmetricity: ok
|
|
"abc" =?= "abc" = 0
|
|
symmetricity: ok
|
|
"abc" =?= "def" = -1
|
|
symmetricity: ok
|
|
1 =?= "abc" = 1
|
|
symmetricity: ok
|
|
S (1) =?= S (1) = 0
|
|
symmetricity: ok
|
|
S (2) =?= S (1) = 1
|
|
symmetricity: ok
|
|
S (1, 2, 3) =?= S (1, 3, 2) = -1
|
|
symmetricity: ok
|
|
S (1, 2, 3) =?= D (5, 6) = 1
|
|
symmetricity: ok
|
|
1 =?= S (5) = 1
|
|
symmetricity: ok
|
|
"abs" =?= S (5, 6) = -1
|
|
symmetricity: ok
|
|
[1, 2, 3] =?= S (1, 2, 3) = -1
|
|
symmetricity: ok
|
|
"abc" =?= [1, 2, 3] = -1
|
|
symmetricity: ok
|
|
1 =?= [1, 2, 3] = 1
|
|
symmetricity: ok
|
|
0
|
|
0
|
|
0
|
|
0
|