repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
opaque-ptr-invalid-forward-ref-2.ll
blob
026e8272d1d99f08ca1f8c72b9a415d274945ff6
1
; RUN: not llvm-as < %s 2>&1 | FileCheck %s
2
3
; CHECK: forward reference and definition of global have different types
4
5
@a = alias i32, ptr addrspace(1) @g
6
@g = global i32 0