blob: aee56b636270bee33394fbee81d75660e6f5732e [file] [log] [blame]
Peter Collingbournecf47c182015-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 = available_externally global i32 0, comdat
5; CHECK: Declaration may not be in a Comdat!