use Test::More;
use strict;

subtest x => sub {
    # there is no test case. this test script must be fail.
};

done_testing;