mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
81c161f9de
Differential Revision: http://reviews.llvm.org/D10945 llvm-svn: 241414
6 lines
150 B
LLVM
6 lines
150 B
LLVM
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
|
|
|
|
$v = comdat any
|
|
@v = external global i32, comdat
|
|
; CHECK: Declaration may not be in a Comdat!
|