Define selection for v4f16, v8f16 scalar_to_vector
[oota-llvm.git] / test / Verifier / comdat-decl2.ll
1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
2
3 $v = comdat any
4 @v = external global i32, comdat
5 ; CHECK: Declaration may not be in a Comdat!