8 lines
227 B
Plaintext
8 lines
227 B
Plaintext
# RUN: yaml2obj < %p/Inputs/ret42.yaml > %t.obj
|
|
|
|
# RUN: echo /out:%t.exe /entry:main %t.obj > %t.rsp
|
|
# RUN: lld-link @%t.rsp /heap:0x3000
|
|
# RUN: llvm-readobj -file-headers %t.exe | FileCheck %s
|
|
|
|
CHECK: SizeOfHeapReserve: 12288
|