Home | History | Annotate | Download | only in Verifier
      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!
      6