Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git] / llvm / test / Verifier / comdat-decl1.ll
blobaee56b636270bee33394fbee81d75660e6f5732e
1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
3 $v = comdat any
4 @v = available_externally global i32 0, comdat
5 ; CHECK: Declaration may not be in a Comdat!