brintos

brintos / llvm-project-archived public Read only

0
0
Text · 118 B · 8aa0f78 Raw
7 lines · plain
1; RUN: not llvm-as < %s 2>&1 | FileCheck %s2; CHECK: comdat cannot be unnamed3 4define void @0() comdat {5  ret void6}7