<?php
include __DIR__ . '/ns_027.inc';
use Foo\Bar\Foo as stdClass;

new stdClass();
?>