1; RUN: llvm-link %s -S -o - | FileCheck %s 2 3$foo = comdat largest 4define internal void @foo() comdat($foo) { 5 ret void 6} 7 8; CHECK-NOT: foo 9