1RUN: llvm-objdump -d %p/../Inputs/no-start-symbol.elf-x86_64 | FileCheck %s
2
3Test that we disassemble the start of the section.
4
5CHECK: Disassembly of section .text:
6CHECK-NEXT: .text:
7CHECK-NEXT: 0: 90 nop
8CHECK: foo:
9CHECK-NEXT: 1: 90 nop
10