[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / Verifier / comdat-decl2.ll
blobfcd3d5d0eeea9eebee061fd6ec1d45eb5eff8bab
1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
3 $v = comdat any
4 @v = external global i32, comdat
5 ; CHECK: Declaration may not be in a Comdat!