index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
FrontendC
/
2009-07-14-VoidPtr.c
blob: 8001c56ad52adec3df5630bbe4bc1f74d80a994b (
plain
)
1
2
3
4
5
6
// RUN: %llvmgcc -S %s -o -
// PR4556
extern
void
foo
;
void
*
bar
= &
foo
;