use strict;
use warnings;

my $config = SPVM::Builder::Config->new_c99;

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

$config;