1 // RUN: clang-cc -std=c++0x %s -emit-llvm -o %t 2 3 int* a = nullptr; 4 5 void f() { 6 int* a = nullptr; 7 } 8