2009-07-14-VoidPtr.c 85 Bytes Raw Blame History Permalink 1 2 3 4 5 6 // RUN: %clang_cc1 -emit-llvm %s -o - // PR4556 extern void foo; void *bar = &foo;