xref: /aosp_15_r20/external/llvm/test/MC/AsmParser/directive_darwin_section.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
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