1use Test;
2BEGIN { plan tests => 1 }
3END { ok($loaded) }
4use XML::SAX;
5$loaded++;
6
7