xref: /minix3/external/bsd/llvm/dist/llvm/test/MC/AsmParser/directive_darwin_section.s (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1# RUN: llvm-mc -triple i386-apple-darwin9 %s | FileCheck %s
2
3# CHECK: .section __DWARF,__debug_frame,regular,debug
4	.section	__DWARF,__debug_frame,regular,debug
5