1--TEST-- 2Group use declarations mustn't be empty 3--FILE-- 4<?php 5use Baz\{}; 6?> 7--EXPECTF-- 8Parse error: syntax error, unexpected token "}", expecting identifier or namespaced name or "function" or "const" in %s on line %d 9