<!-- Wrong ordering Misc, DTD and XMLDecl -->
<?xml version="1.0" encoding="ASCII" ?>
<!DOCTYPE doc [
<!ELEMENT doc EMPTY>
]>
<doc/>
