xref: /aosp_15_r20/external/llvm/test/MC/AsmParser/directive_subsections_via_symbols.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1# RUN: llvm-mc -triple i386-apple-darwin9 %s | FileCheck %s
2
3# CHECK: TEST0:
4# CHECK: .subsections_via_symbols
5TEST0:
6	.subsections_via_symbols
7