Prove that analysis results apply to all states, not just the final one
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -26,7 +26,7 @@ def testCodeCond₂ : Stmt := [obj_stmt|
|
||||
if var { x := 1 } else { noop }
|
||||
]
|
||||
|
||||
def testProgram : Program := ⟨testCode⟩
|
||||
def testProgram : Program := { rootStmt := testCode }
|
||||
|
||||
end Spa
|
||||
|
||||
|
||||
Reference in New Issue
Block a user