repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
make tblgen produce a function that returns the name for a physreg.
[llvm/avr.git]
/
test
/
FrontendC
/
2009-07-14-VoidPtr.c
blob
8001c56ad52adec3df5630bbe4bc1f74d80a994b
1
// RUN: %llvmgcc -S %s -o -
2
// PR4556
3
4
extern
void
foo
;
5
void
*
bar
= &
foo
;
6