summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/nullptr.cpp
blob: 7bc52ad5210a65fafba479bba3e6f71f329de455 (plain)
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;
}
OpenPOWER on IntegriCloud