10 lines
139 B
Text
10 lines
139 B
Text
|
# -*- perl -*-
|
||
|
use strict;
|
||
|
use warnings;
|
||
|
use tests::tests;
|
||
|
check_expected ([<<'EOF']);
|
||
|
(sc-boundary) begin
|
||
|
sc-boundary: exit(42)
|
||
|
EOF
|
||
|
pass;
|