blob: 7656b7fe8e50d57b2637e02f5797683ae5660144 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# -*- perl -*-
use strict;
use warnings;
use tests::tests;
check_expected ([<<'EOF']);
(create-bound) begin
(create-bound) create("quux.dat"): 1
(create-bound) end
create-bound: exit(0)
EOF
pass;
|