repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Silence -Wunused-variable in release builds.
[llvm/stm8.git]
/
test
/
Assembler
/
2002-12-15-GlobalResolve.ll
blob
a873a6107e1c020408ff76fd1ba5794de6bbc8c0
1
; RUN: llvm-as %s -o /dev/null
2
3
@X = external global i32*
4
@X1 = external global %T*
5
@X2 = external global i32*
6
7
%T = type {i32}