// RUN: llvm-mc -n -triple i386-apple-darwin9 %s -filetype=obj -o - | llvm-readobj -S -r --sd - | FileCheck %s
.data
.long 0
.text
_a:
_b:
call _a
.subsections_via_symbols
// CHECK: Section {
// CHECK: Index: 0
// CHECK: Name:
// CHECK: Segment:
// CHECK: Address: 0x0
// CHECK: Size: 0x4
// CHECK: Offset: 340
// CHECK: Alignment: 0
// CHECK: RelocationOffset: 0x0
// CHECK: RelocationCount: 0
// CHECK: Type:
// CHECK: Attributes
// CHECK: Reserved1: 0x0
// CHECK: Reserved2: 0x0
// CHECK:
// CHECK: }
// CHECK: Relocations