// RUN: llvm-mc -filetype=obj -triple thumbv7m-arm-linux-gnu %s -o - \
// RUN: | llvm-readobj -S --symbols - | FileCheck %s
.text
.ascii "test"
.section .text.foo,"axy"
bx lr
// CHECK: Section {
// CHECK: Name: .text
// CHECK-NEXT: Type:
// CHECK-NEXT: Flags
// CHECK: }
// CHECK: Section {
// CHECK: Name: .text.foo
// CHECK-NEXT: Type:
// CHECK-NEXT: Flags
// CHECK: }