<?php

/**
 * @file
 * Testing use statements.
 */

use \Foo\Boom\Bang;

/**
 * Just an example making use the class.
 */
function test(Bang $x) {

}
