Merging r258308: [AArch64] Fix two bugs in the .inst directive
[oota-llvm.git] / test / Assembler / unnamed-comdat.ll
1 ; RUN: not llvm-as < %s 2>&1 | FileCheck %s
2 ; CHECK: comdat cannot be unnamed
3
4 define void @0() comdat {
5   ret void
6 }