16 lines
213 B
Plaintext
16 lines
213 B
Plaintext
@pragma implicit off
|
|
@pragma defermodsym on
|
|
|
|
@include "tap.inc";
|
|
|
|
BEGIN {
|
|
if (0)
|
|
{
|
|
nosuchmod::nosuchfnc(1, 2);
|
|
nosuchmod::nosuchconst;
|
|
}
|
|
|
|
tap_ok(sprintf("%s[%d]", @SCRIPTNAME, @SCRIPTLINE));
|
|
tap_end();
|
|
}
|