1; RUN: llvm-link %s -S -o - | FileCheck %s2 3$foo = comdat largest4define internal void @foo() comdat($foo) {5 ret void6}7 8; CHECK-NOT: foo9