Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
test
/
CodeGen
/
2009-07-14-VoidPtr.c
blob: 5e8b23d3aab664b74b46a6ae58538688586167e7 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -emit-llvm %s -o -
// PR4556
extern
void
foo
;
void
*
bar
=
&
foo
;