1; RUN: not llvm-as < %s 2>&1 | FileCheck %s 2; CHECK: comdat cannot be unnamed 3 4define void @0() comdat { 5 ret void 6} 7