/* -*- c -*- */

function test_panic (msg)
{
  System.stderr.writeln (test_name + ": fail: " + msg);
  System.stderr.flush ();
  System.exit (1);
}


syntax highlighted by Code2HTML, v. 0.9.1