Include some tests for the recently committed ELF section directive
[oota-llvm.git] / test / MC / AsmParser / ELF / directive_section_tbss.s
1 # RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
2
3         .tbss
4 # CHECK: .tbss
5         .tbss
6