1 ; RUN: llvm-link %s /dev/null -S -o - | FileCheck %s 2 3 $c = comdat largest 4 5 ; CHECK: @c = global i32 0, comdat 6 @c = global i32 0, comdat 7