9 lines
143 B
Text
Executable file
9 lines
143 B
Text
Executable file
# -*- perl -*-
|
|
use strict;
|
|
use warnings;
|
|
use tests::tests;
|
|
check_expected ([<<'EOF']);
|
|
(sc-boundary-2) begin
|
|
sc-boundary-2: exit(67)
|
|
EOF
|
|
pass;
|