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