Sign in
ara-mdk
/
platform
/
external
/
clang
/
abc0bea57d4e659d5cde178a4bb426acc48f999e
/
.
/
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
;