1// RUN: %clang_cc1 -emit-llvm %s -o -
2// PR4556
3
4extern void foo;
5void *bar = &foo;
6
7