DDeepin Developerfeat: Init commit
b83cb584创建于 2022年10月19日历史提交
#!/usr/bin/perl
use strict;
use warnings;
use Test::More tests => 3;
BEGIN { use_ok('using2') }
require_ok('using2');

# adapted from ../python/using2_runme.py

is(using2::spam(37), 37);