Acme-Pythonic

 view release on metacpan or  search on metacpan

t/dangling.t  view on Meta::CPAN

use Test::More 'no_plan';
use Acme::Pythonic debug => 0;

# This checks whether the stack gets emptied. If it is not it does not
# compile.

# It's important that this file ends in the ok 1 line.

no warnings
if 1:
   unless 0:
       $n = 0
       $m = 1
       ok 1



( run in 1.296 second using v1.01-cache-2.11-cpan-0068ddc7af1 )