1use Test;
2BEGIN { plan tests => 1 }
3END { ok($loaded) }
4use B::Deobfuscate;
5$loaded++;