polserver/testsuite/escript/_dbg/dbg005.src
2015-12-19 02:31:08 +01:00

11 lines
114 B
Text

var a;
function foo()
var b;
foreach c in a
var x;
endforeach
var d;
endfunction
foo();