riscv-openocd-wch/jimtcl/tests/dummy.tcl

7 lines
78 B
Tcl

# generates an error
proc dummyproc {} {
error "from dummyproc"
}
dummyproc