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 } 7