Handling of escaped at-files is broken: - `@@argfile` should resolve to `"@argfile"`, not `"@@argfile"`, when seen in a pending argument - Lines in an argument file starting with any number of `@` characters should read as-is.
Handling of escaped at-files is broken:
@@argfileshould resolve to"@argfile", not"@@argfile", when seen in a pending argument@characters should read as-is.