1# RUN: yaml2obj < %p/Inputs/armnt-executable.obj.yaml > %t.obj
2# RUN: lld-link /out:%t.exe /entry:mainCRTStartup /subsystem:console %t.obj
3# RUN: llvm-readobj --file-headers %t.exe | FileCheck %s
4
5CHECK: AddressOfEntryPoint: 0x1001
6