1## This test verifies that llvm-objdump correctly prints function starts data.
2
3RUN: llvm-objdump --macho --function-starts %p/Inputs/hello.exe.macho-i386 | FileCheck %s --check-prefix=32-BIT
432-BIT: 00001f40
5
6RUN: llvm-objdump --macho --function-starts %p/Inputs/hello.exe.macho-x86_64 | FileCheck %s --check-prefix=64-BIT
764-BIT: 0000000100000f30
8