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
Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
2009-07-14-VoidPtr.c
blob
5e8b23d3aab664b74b46a6ae58538688586167e7
1
// RUN: %clang_cc1 -emit-llvm %s -o -
2
// PR4556
3
4
extern
void
foo
;
5
void
*
bar
= &
foo
;
6