xref: /openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/stuff_svcur_bug.t (revision 898184e3e61f9129feb5978fad5a8c6865f00b92)
1use warnings;
2use strict;
3
4use Test::More tests => 1;
5ok 1;
6
7use XS::APItest qw(stufftest);
8
9# In the buggy case, a syntax error occurs at EOF.
10# Adding a semicolon, any following statements, or anything else
11# causes the bug not to show itself.
12stufftest+;()
13