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