2024-09-05 18:22:56 +03:00
|
|
|
This file was autogenerated.
|
2024-11-15 21:45:36 +03:00
|
|
|
$ ../../src/Driver.exe -runtime ../../runtime -I ../../runtime -I ../../stdlib/x64 -ds -dp test15.lama -o test 2>&1 | grep -v 'missing .note.GNU-stack'
|
2024-09-05 18:22:56 +03:00
|
|
|
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
|
|
|
|
|
$ ./test
|
|
|
|
|
Succ (Eq ("a", "a"))
|
|
|
|
|
Succ (Eq (Mul ("a", "a"), Mul ("a", "a")))
|
|
|
|
|
Succ (Eq (Add (Mul ("a", "a"), Sub (Div ("a", "a"), Mul ("a", "a"))), Sub (Mul ("a", "a"), "a")))
|
|
|
|
|
Fail ({""*" expected at"}, 1, 2)
|