Skip to content
Snippets Groups Projects

Testing Runtime Errors

10 files
+ 78
0
Compare changes
  • Side-by-side
  • Inline
Files
10
# RUN: choco-opt -p all -t riscv %s > %t && echo "" | riscv-interpreter %t | filecheck %s
a: int = 0
a = len(input())
print(42 // a)
# CHECK: DivByZero: Division by zero
Loading