blob: fcd3d5d0eeea9eebee061fd6ec1d45eb5eff8bab [file] [log] [blame]
Peter Collingbourne46eb0f52015-07-05 20:52:40 +00001; 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!