SimplifyCFG: don't remove unreachable default switch destinations
[oota-llvm.git] / test / MC / AsmParser / dash-n.s
1 // RUN: not llvm-mc -n -triple i386-unknown-unknown %s 2> %t
2 // RUN: FileCheck < %t %s
3
4 .globl a
5 // CHECK: error: expected section directive before assembly directive
6 .long 0
7