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