mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-19 11:35:51 -04:00
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!
|