The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Test::More;

use Inline C => config => structs => 1;
ok(Inline->bind(C => 'struct Foo {int i;};', force_build => 1));

done_testing;