9 lines
135 B
Text
Executable file
9 lines
135 B
Text
Executable file
# -*- perl -*-
|
|
use strict;
|
|
use warnings;
|
|
use tests::tests;
|
|
check_expected ([<<'EOF']);
|
|
(sc-bad-sp) begin
|
|
sc-bad-sp: exit(-1)
|
|
EOF
|
|
pass;
|