repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Improve compatibility with older versions of Windows.
[llvm/msp430.git]
/
test
/
FrontendC
/
2003-11-13-TypeSafety.c
blob
128b767e22da35f0f9441e07ccaa16fc687d41f2
1
// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep getelementptr
2
3
int
*
test
(
int
*
X
,
int
Y
) {
4
return
X
+
Y
;
5
}