<?php

// should throw syntax errors

use const Foo\Bar\{
    A,
    const B,
    function C
};
?>