chromium/third_party/libxml/fuzz/seed_corpus/37d81231057d12730464baf1d81ef8463d8a3ba8

<?xml version="1.0"?>
<!DOCTYPE root [
<!ENTITY foo 'abc'>
<!ENTITY bar 'def'>
]>
<root attribute="&foo;">
   <element>&bar;</element>
</root>