repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs.
[llvm/zpu.git]
/
test
/
FrontendC
/
2010-02-10-PointerName.c
blob
7880fa8345eecfaf1ef61f5421cbef7f7e449a98
1
// RUN: %llvmgcc %s -S -g -o - | grep DW_TAG_pointer_type | grep -v char
2
3
char
i
=
1
;
4
void
foo
() {
5
char
*
cp
= &
i
;
6
}
7