<?php

use A\B\C\D;

class Foo
{
    private static $foo;

}

echo PHP_EOL, "Done", PHP_EOL;
?>