The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#!/usr/bin/env perl

BEGIN { require './t/inc/setup.pl' };

use strict;
use warnings;

plan tests => 2;

SKIP: {
  skip 'SV → GValue not implemented', 1;
  is (Regress::test_int_value_arg (23), 23);
}
is (Regress::test_value_return (23), 23);