#!perl
# Copyright (C) 2006-2007, The Perl Foundation.
# $Id: scalar.t 21124 2007-09-07 20:10:00Z bernhard $

use strict;
use warnings;
use lib qw( . lib ../lib ../../lib );
use Test::More;
use Parrot::Test tests => 1;

=head1 NAME

t/pmc/scalar.t - test the scalar PMC


=head1 SYNOPSIS

    % prove t/pmc/scalar.t

=head1 DESCRIPTION

Tests the scalar PMC.

=cut

pir_output_is( <<'CODE', <<'OUT', 'new', todo => 'not yet working' );
.sub 'test' :main
    new P0, 'scalar'
    print "ok 1\n"
.end
CODE
ok 1
OUT

# Local Variables:
#   mode: cperl
#   cperl-indent-level: 4
#   fill-column: 100
# End:
# vim: expandtab shiftwidth=4:


syntax highlighted by Code2HTML, v. 0.9.1