1REQUIRES: x86, gnutar, manifest_tool
2
3RUN: rm -rf %t && mkdir %t && cd %t
4RUN: lld-link -entry:__ImageBase -nodefaultlib -linkrepro:%t -manifest:embed %p/Inputs/std32.lib -subsystem:console
5RUN: tar tf repro.tar | FileCheck --check-prefix=LIST %s
6RUN: tar xOf repro.tar repro/response.txt | FileCheck %s
7
8LIST: manifest.res
9
10CHECK-NOT: -manifest:
11CHECK: .manifest.res
12CHECK-NOT: -manifest:
13