summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T15396.hs
blob: 6fe44bcb1ac5d610a6df98a097fb4ce2e66a9a2b (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE OverloadedStrings #-}
import GHC.SysTools.Ar

-- obtained from echo -n \0 > x.o && ar -q b.a x.o && cat b.a
archive = "!<arch>\nx.o/            0           0     0     644     1         \
\`\n0\nx.o/            0           0     0     644     1         `\n0\n"

main = print (parseAr archive)