1# RUN: llvm-mc < %s --triple x86_64-apple-darwin -filetype=obj | llvm-objdump --macho --info-plist - | FileCheck %s
2
3.section  __TEXT, __info_plist
4.ascii "This is the (__TEXT,__info_plist) section\n"
5.section __TEXT, __follow
6.asciz "This is the (__TEXT,__follow) section\n"
7
8# CHECK: Contents of (__TEXT,__info_plist) section
9# CHECK: This is the (__TEXT,__info_plist) section
10# CHECK-NOT: This is the (__TEXT,__follow) section
11