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