Found that when fuzzed LLD's linkerscripts.
Next one takes long time to run for me (several seconds), causing
fuzzer to treat test as 'hang':
SECTIONS { .foo : { *(********************************************boo) } }
That happens because complexity grows too fast when there are multiple
stars in pattern, though I believe we can just convert all ** to *`.
Testcase is provided. With patch it runs instantly, without - takes huge time,