Prove that the sign analysis is correct

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
2024-05-10 22:31:47 -07:00
parent 5f946de5e8
commit 7d2928ed81
2 changed files with 78 additions and 10 deletions

View File

@@ -37,6 +37,6 @@ testProgram = record
{ rootStmt = testCode
}
open WithProg testProgram using (output)
open WithProg testProgram using (output; analyze-correct)
main = run {0} (putStrLn output)