packages feed

funcons-simple-0.1.0.3: tests/Kexceptions/Kexceptions14.output

=== Program ===
function main() {
  try {
    15;
  } catch(e) {
    print(e);   // should not print this
  }
  print(42,"\n");
}

// 42
=== Output ===
Result:
null-value

Output Entity: standard-out
42,"\n"