use strict;
use warnings;

my $config = SPVM::Builder::Config->new_c99(file => __FILE__);

$config->use_resource('Resource::Zlib');

$config;