blob: 6a599f008538385e3960e3a0cd251c3d5cdb571c [file] [log] [blame]
<?php
require "tests.php";
require "typemap_ns_using.php";
if (! class_exists("_fooimpl")) die("_fooimpl class not found\n");
if (! 3==spam(3)) die("spam function not working right\n");
check::done();
?>