[mips][microMIPS] Add microMIPS32r6 and microMIPS64r6 tests for existing 16-bit LBU16...
[oota-llvm.git] / test / MC / COFF / section-passthru-flags.s
1 // RUN: llvm-mc -triple i386-pc-win32 < %s | FileCheck %s
2 .section .klaatu,"wn"
3 // CHECK: .section .klaatu,"wn"
4 .section .barada,"y"
5 // CHECK: .section .barada,"y"
6 .section .nikto,"dws"
7 // CHECK: .section .nikto,"dws"