blob: d679af93690b4e4b5141a6e403d4f40d24d7dfe7 [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();