1 # RUN: yaml2obj %p/Inputs/ret42.yaml -o %t.obj
3 # RUN: echo -e "LIBRARY foo\nEXPORTS ? @" > %t.def
4 # RUN: not lld-link /def:%t.def %t.obj
6 # RUN: echo -e "LIBRARY foo\nHEAP abc" > %t.def
7 # RUN: not lld-link /def:%t.def %t.obj
9 # RUN: echo -e "LIBRARY foo\nSTACK abc" > %t.def
10 # RUN: not lld-link /def:%t.def %t.obj
12 # RUN: echo -e "foo" > %t.def
13 # RUN: not lld-link /def:%t.def %t.obj