blob: 5e8b23d3aab664b74b46a6ae58538688586167e7 [file] [log] [blame]
Eric Christopher3883e662011-07-26 22:17:02 +00001// RUN: %clang_cc1 -emit-llvm %s -o -
2// PR4556
3
4extern void foo;
5void *bar = &foo;
6