<?php
use Foo\Bar; // trailing comment
/*
 * This multi-line comment shouldn't be allowed here.
 */

class Baz
{

}
