3 # RUN: yaml2obj %s -o %t.o
4 # RUN: ld.lld -Ttext 0x0 %t.o -o %t.exe
5 # RUN: llvm-objdump -s --section=.text %t.exe 2>&1 | FileCheck %s
7 # CHECK: Contents of section .text:
8 # CHECK-NEXT: 0000 45231111 41231111
19 Flags: [ SHF_ALLOC, SHF_EXECINSTR ]
21 Content: "1111111111111111"